Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ testPyc
Method
testPyc
Lib/test/test_zipimport.py:232–234 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
230
self.doTest(
".py"
, files, TESTMOD)
231
232
def
testPyc(self):
233
files = {TESTMOD + pyc_ext: test_pyc}
234
self.doTest(pyc_ext, files, TESTMOD)
235
236
def
testBoth(self):
237
files = {TESTMOD +
".py"
: test_src,
Callers
nothing calls this directly
Calls
1
doTest
Method · 0.95
Tested by
no test coverage detected