Index of the inischema module
-
m
initools.inischema
...
- Probably will be deprecated (13 Aug 2006): I'm not sure if this
is worth keeping around.
-
C
INIMeta
...
- a __bases__ ...
- a __basicsize__ ...
- a __dictoffset__ ...
- a __flags__ ...
- a __itemsize__ ...
- a __mro__ ...
- a __name__ ...
- a __weakrefoffset__ ...
-
C
INISchema
...
- a case_insensitive ...
- f __classinit__ ...
- f __init__ ...
- f add_option ... - Classmethod: add the option using the given attribute name. This can be called after the class has been created, to dynamically build up the options.
- f as_dict ... - Returns the loaded configuration as a dictionary.
- f ini_repr ... - Returns the loaded values as a string, suitable as a configuration file.
- f load ... - Loads the filename. Use the encoding keyword argument to specify the file's encoding.
- f loadstring ... - Loads the string, which is the content of the ini files. Use the filename keyword argument to indicate the filename source (or another way to identify the source of the string in error messages).
- f set_config_value ...
-
C
NoDefault
...
-
C
ParseValueError
...
-
C
SchemaINIParser
...
- f __init__ ...
- f assignment ...
- f new_section ...
- C opt ...
- C optbool ...
-
C
optconverter
...
- a converter_func ...
- a misc_error_message ...
- f __get__ ...
- f __init__ ...
- f __set__ ...
- f convert ...
- f get_converter ...
- f ini_assignment ...
- f set_schema ...
- f set_value ...
- f validate ...
-
C
optdefault
...
- a allow_multiple ...
- f __delete__ ...
- f __get__ ...
- f __set__ ...
- f convert ...
- f ini_assignment ...
- f set_schema ...
- f set_value ...
-
C
optfloat
...
- a bad_type_message ...
- a too_large_message ...
- a too_small_message ...
- f __delete__ ...
- f __get__ ...
- f __init__ ...
- f __set__ ...
- f convert ...
- f ini_assignment ...
- f ini_repr ...
- f set_schema ...
- f set_value ...
- f validate ...
-
C
optint
...
- a bad_type_message ...
- f __init__ ...
- f ini_assignment ...
- f ini_fold ...
- f set_schema ...
- C optlist ...
-
C
INIMeta
...