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)
def start(self, max_noutput_items=10000000): top_block_start_unlocked(self._tb, max_noutput_items)