Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ set
Method
set
Lib/multiprocessing/managers.py:1033–1034 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
1031
def
get(self):
1032
return
self._value
1033
def
set(self, value):
1034
self._value = value
1035
def
__repr__(self):
1036
return
'%s(%r, %r)'
%(type(self).__name__, self._typecode, self._value)
1037
value = property(get, set)
Callers
4
shutdown
Method · 0.45
_set
Method · 0.45
__init__
Method · 0.45
_set
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected