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

Method __init__

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

Source from the content-addressed store, hash-verified

480 Experimental.
481 """
482 def __init__(self, ds, socket="/tmp/plasma"):
483 self._socket = socket
484 super(PlasmaPutData, self).__init__(ds)
485
486 def reset_state(self):
487 super(PlasmaPutData, self).reset_state()

Callers 6

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected