Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_shareable
Method
test_shareable
Lib/test/test_crossinterp.py:1235–1236 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1233
MODE =
'fallback'
1234
1235
def
test_shareable(self):
1236
self.assert_roundtrip_equal(SHAREABLE)
1237
1238
def
test_not_shareable(self):
1239
okay = [
Callers
nothing calls this directly
Calls
1
assert_roundtrip_equal
Method · 0.80
Tested by
no test coverage detected