config/__init__
Full documentation pages are generated for docstring reference only and may contain symbols imported from other modules. Imported symbols are not distinguished from locally defined symbols and will appear in any module that they are imported into. For better information on where symbols should be imported from, review the sourcecode on the github.
FoSpy.config
NestedConfig
Bases: types.ModuleType
Source code in FoSpy/config/__init__.py
__call__
__getattr__
__init__
Source code in FoSpy/config/__init__.py
__iter__
__setattr__
Source code in FoSpy/config/__init__.py
get
_deep_merge
_extract_user
Return only the parts of current that differ from defaults,
in a structure that can be merged back over defaults to recover current.