MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / __init__

Method __init__

tensorpack/dataflow/parallel.py:503–505  ·  view source on GitHub ↗
(self, ds, socket="/tmp/plasma")

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected