LogoSearch packages:      

Sourcecode: screenlets version File versions  Download package

def lib::utils::IniReader::list_options (   self,
  section = '' 
)

Return all options (alternatively only from the given section).

Definition at line 170 of file utils.py.

00170                                          :
            """Return all options (alternatively only from the given section)."""
            if section != '':
                  return self.sections[section]
            else:
                  return self.options
      
      def get_option (self, name, section=''):


Generated by  Doxygen 1.5.1   Back to index