anyconfig.common¶
Misc global constants, variables, classes and so on.
- exception anyconfig.common.UnknownParserTypeError(arg=None)¶
Bases:
BaseErrorRaise if no parsers were found for given type.
- exception anyconfig.common.UnknownProcessorTypeError(arg=None)¶
Bases:
UnknownParserTypeErrorRaise if no processors were found for given type.