(self)
| 484 | super(PlasmaPutData, self).__init__(ds) |
| 485 | |
| 486 | def reset_state(self): |
| 487 | super(PlasmaPutData, self).reset_state() |
| 488 | self.client = plasma.connect(self._socket, "", 0) |
| 489 | |
| 490 | def __iter__(self): |
| 491 | for dp in self.ds: |
no outgoing calls
no test coverage detected