MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

Lib/multiprocessing/managers.py:69–70  ·  view source on GitHub ↗
(self, typeid, address, id)

Source from the content-addressed store, hash-verified

67 __slots__ = ('typeid', 'address', 'id')
68
69 def __init__(self, typeid, address, id):
70 (self.typeid, self.address, self.id) = (typeid, address, id)
71
72 def __getstate__(self):
73 return (self.typeid, self.address, self.id)

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected