コード例 #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
ファイル: top_block.py プロジェクト: Andy-Vuong/gnuradio
 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)