citadel.nodes.stage module¶
-
class
citadel.nodes.stage.Stage(yml, path)[source]¶ Synopsis: Placeholder and wrapper for the branch module. Requirements: None Platform: Any This module isn’t meant to be used directly. It’s just an implementation detail, a module to be loaded used whenever an unknown directive is found. In such case, the
treebuilder will look for abranchdirective within and, if found, will load this module to continue processing.