示例#1
0
 def start(self, max_noutput_items=10000000):
     """
     Start the flowgraph with the given number of output items and return.
     """
     top_block_start_unlocked(self._impl, max_noutput_items)
示例#2
0
文件: top_block.py 项目: atzengin/OCC
 def start(self, max_noutput_items=10000000):
 	top_block_start_unlocked(self._tb, max_noutput_items)
示例#3
0
 def start(self, max_noutput_items=10000000):
     """
     Start the flowgraph with the given number of output items and return.
     """
     top_block_start_unlocked(self._impl, max_noutput_items)
示例#4
0
 def start(self, max_noutput_items=10000000):
     top_block_start_unlocked(self._tb, max_noutput_items)