bundles / astropy latest / astropy / extern / configobj / configobj / ConfigObj / __init__
function
astropy.extern.configobj.configobj:ConfigObj.__init__
source: /astropy/extern/configobj/configobj.py :1172
Signature
def __init__ ( self , infile = None , options = None , configspec = None , encoding = None , interpolation = True , raise_errors = False , list_values = True , create_empty = False , file_error = False , stringify = True , indent_type = None , default_encoding = None , unrepr = False , write_empty_values = False , _inspec = False ) Summary
Parse a config file or create a config file object.
Extended Summary
``ConfigObj(infile=None, configspec=None, encoding=None,
interpolation=True, raise_errors=False, list_values=True, create_empty=False, file_error=False, stringify=True, indent_type=None, default_encoding=None, unrepr=False, write_empty_values=False, _inspec=False)``
Aliases
-
astropy.config.configuration.configobj.ConfigObj.__init__