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 tree builder will look for a branch directive within and, if found, will load this module to continue processing.