(self)
| 505 | super(PlasmaGetData, self).__init__(ds) |
| 506 | |
| 507 | def reset_state(self): |
| 508 | super(PlasmaGetData, self).reset_state() |
| 509 | self.client = plasma.connect(self._socket, "", 0) |
| 510 | |
| 511 | def __iter__(self): |
| 512 | for dp in self.ds: |
nothing calls this directly
no test coverage detected