Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_1
Method
test_1
Lib/test/test_pkg.py:94–97 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
92
self.pkgname = descr[0][0]
93
94
def
test_1(self):
95
hier = [(
"t1"
, None), (
"t1 __init__.py"
,
""
)]
96
self.mkhier(hier)
97
import
t1
# noqa: F401
98
99
def
test_2(self):
100
hier = [
Callers
nothing calls this directly
Calls
1
mkhier
Method · 0.95
Tested by
no test coverage detected