Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ check_with_reinit
Method
check_with_reinit
Lib/test/test_import/__init__.py:2907–2910 ·
view source on GitHub ↗
(self, loaded)
Source
from the content-addressed store, hash-verified
2905
self.assertEqual(snap.init_count, expected_init_count)
2906
2907
def
check_with_reinit(self, loaded):
2908
# m_size >= 0
2909
# The module loads fresh every time.
2910
pass
2911
2912
def
check_fresh(self, loaded):
2913
""
"
Callers
1
test_variants
Method · 0.95
Calls
no outgoing calls
Tested by
1
test_variants
Method · 0.76