.. | |||||
__pycache__ | |||||
__init__.py | |||||
base.py | |||||
commandline.py | |||||
configfile.py | |||||
environment.py | |||||
filebased.py | |||||
jsonfile.py | |||||
mapping.py | |||||
modobj.py | |||||
yamlfile.py |
__all__ = ("Source",) class Source(object): def get_config(self, settings, manager=None, parent=None): raise NotImplementedError()
.. | |||||
__pycache__ | |||||
__init__.py | |||||
base.py | |||||
commandline.py | |||||
configfile.py | |||||
environment.py | |||||
filebased.py | |||||
jsonfile.py | |||||
mapping.py | |||||
modobj.py | |||||
yamlfile.py |