bundles / astropy latest / astropy / extern / configobj / configobj / ConfigObj
class
astropy.extern.configobj.configobj:ConfigObj
source: /astropy/extern/configobj/configobj.py :1069
Signature
class ConfigObj ( 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 ) Members
-
__init__ -
__repr__ -
_a_to_u -
_decode -
_decode_element -
_get_single_quote -
_get_triple_quote -
_handle_bom -
_handle_comment -
_handle_configspec -
_handle_error -
_handle_value -
_initialise -
_load -
_match_depth -
_multiline -
_parse -
_quote -
_set_configspec -
_str -
_unquote -
_write_line -
_write_marker -
reload -
reset -
validate -
write
Summary
An object to read, create, and write config files.
Aliases
-
astropy.config.configuration.configobj.ConfigObj