(self, init_net, exit_net)
| 23 | self._num_dequeue_records = num_dequeue_records |
| 24 | |
| 25 | def setup_ex(self, init_net, exit_net): |
| 26 | exit_net.CloseBlobsQueue([self._wrapper.queue()], 0) |
| 27 | |
| 28 | def read_ex(self, local_init_net, local_finish_net): |
| 29 | self._wrapper._new_reader(local_init_net) |