(self, ds, socket="/tmp/plasma")
| 501 | Experimental. |
| 502 | """ |
| 503 | def __init__(self, ds, socket="/tmp/plasma"): |
| 504 | self._socket = socket |
| 505 | super(PlasmaGetData, self).__init__(ds) |
| 506 | |
| 507 | def reset_state(self): |
| 508 | super(PlasmaGetData, self).reset_state() |