示例#1
0
 def __init__(self, name="top_block"):
     """
     Create a top block with a given name.
     """
     # not calling hier_block2.__init__, we set our own _impl
     self._impl = top_block_swig(name)
     self.handle_sigint = True
示例#2
0
 def __init__(self, name="top_block"):
     """
     Create a top block with a given name.
     """
     # not calling hier_block2.__init__, we set our own _impl
     self._impl = top_block_swig(name)
     self.handle_sigint = True
示例#3
0
文件: top_block.py 项目: atzengin/OCC
    def __init__(self, name="top_block"):
	self._tb = top_block_swig(name)
示例#4
0
 def __init__(self, name="top_block"):
     self._tb = top_block_swig(name)