def __init__( self, name, layout, facility = "Mesh" ): Component.__init__( self, name, facility ) self.inventory.MeshLayout = layout self._dictionary = Dictionary( StGermain.Base.IO.Dictionary.new() ) self.inventory.MeshLayout._dictionarySource = self # meshlayout writes to the same dictionary, not its own return
def __init__(self, name, layout, facility="Mesh"): Component.__init__(self, name, facility) self.inventory.MeshLayout = layout self._dictionary = Dictionary(StGermain.Base.IO.Dictionary.new()) self.inventory.MeshLayout._dictionarySource = self # meshlayout writes to the same dictionary, not its own return
def __init__(self, name="regularMeshLayout", facility="MeshLayout"): Component.__init__(self, name, facility) return
def __init__( self, name = "dummy", facility = "Meshayout" ): Component.__init__( self, name, facility ) return
def __init__(self, name="dummy", facility="Meshayout"): Component.__init__(self, name, facility) return