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

Method get

Lib/multiprocessing/managers.py:1032–1033  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1030 self._typecode = typecode
1031 self._value = value
1032 def get(self):
1033 return self._value
1034 def set(self, value):
1035 self._value = value
1036 def __repr__(self):

Callers 3

test_valueMethod · 0.95
serve_clientMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 1

test_valueMethod · 0.76