Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_rawvalue
Method
test_rawvalue
Lib/test/_test_multiprocessing.py:2552–2553 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2550
self.assertEqual(sv.value, cv[2])
2551
2552
def
test_rawvalue(self):
2553
self.test_value(raw=True)
2554
2555
def
test_getobj_getlock(self):
2556
val1 = self.Value(
'i'
, 5)
Callers
nothing calls this directly
Calls
1
test_value
Method · 0.95
Tested by
no test coverage detected