示例#1
0
    def setup(self):
        # Run the subclass setup
        self._setup()

        # Run the plugins
        PluginManager.runLayerSetup(self)
        
        # Flush any inputs/outputs to disk.
        self.flushIO()