Home | Trees | Indices | Help |
|
---|
|
ConfigParser.RawConfigParser --+ | ConfigParser.ConfigParser --+ | Parser
Sub-class of ConfigParser that keeps the case of options and that raises an exception if the file cannot be read.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
|
Read and parse a filename or a list of filenames. Files that cannot be opened are silently ignored; this is designed so that you can specify a list of potential configuration file locations (e.g. current directory, user's home directory, systemwide directory), and all existing configuration files in the list will be read. A single filename may also be given. Return list of successfully read files.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Mar 16 17:19:54 2014 | http://epydoc.sourceforge.net |