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

Method __init__

Lib/multiprocessing/dummy/__init__.py:101–103  ·  view source on GitHub ↗
(self, typecode, value, lock=True)

Source from the content-addressed store, hash-verified

99
100class Value(object):
101 def __init__(self, typecode, value, lock=True):
102 self._typecode = typecode
103 self._value = value
104
105 @property
106 def value(self):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected