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

Method __init__

caffe2/python/dataio.py:260–264  ·  view source on GitHub ↗
(self, schema=None, obj_key=None)

Source from the content-addressed store, hash-verified

258
259class Pipe:
260 def __init__(self, schema=None, obj_key=None):
261 self._num_writers = 0
262 self._num_readers = 0
263 self._schema = schema
264 self._obj_key = obj_key
265
266 def schema(self):
267 return self._schema

Callers 7

__init__Method · 0.45
__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