pyfileconf.pmcontext package¶
Submodules¶
pyfileconf.pmcontext.actions module¶
pyfileconf.pmcontext.main module¶
-
class
pyfileconf.pmcontext.main.
PyFileConfContext
(config_dependencies=None, active_managers=None, force_update_dependencies=None, file_is_currently_being_loaded=False, stack=None)[source]¶ Bases:
object
-
__init__
(config_dependencies=None, active_managers=None, force_update_dependencies=None, file_is_currently_being_loaded=False, stack=None)[source]¶ Initialize self. See help(type(self)) for accurate signature.
-
active_managers
: Dict[str, ‘PipelineManager’]¶
-
add_config_dependency_if_file_is_currently_being_loaded
(dependent, depends_on, force_update=False)[source]¶
-
config_dependencies
: Dict[str, Set[‘SectionPath’]]¶
-
force_update_dependencies
: Dict[str, Set[‘SectionPath’]]¶
-
stack
: PyfileconfStack¶
-
pyfileconf.pmcontext.stack module¶
-
class
pyfileconf.pmcontext.stack.
PyfileconfFrame
(section_path, action, file_path=None)[source]¶ Bases:
object