コード例 #1
0
    def __init__(self):
        """
        Object constructor.
        """
        # Create node store.
        sdoc.sdoc2.node_store = NodeStore()

        # Import all node modules.
        self.importing('/node/')
        self.importing('/decorator/html/')
コード例 #2
0
 def _create_node_store(self) -> None:
     """
     Creates the node store (for storing nodes).
     """
     sdoc2.node_store = NodeStore(self._io)