예제 #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)