Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ get_pycs
Function
get_pycs
Lib/test/test_compileall.py:47–48 ·
view source on GitHub ↗
(script)
Source
from the content-addressed store, hash-verified
45
46
47
def
get_pycs(script):
48
return
[get_pyc(script, opt)
for
opt in (0, 1, 2)]
49
50
51
def
is_hardlink(filename1, filename2):
Callers
5
test_hardlink
Method · 0.85
test_disabled
Method · 0.85
check_hardlinks
Method · 0.85
test_recompilation
Method · 0.85
test_import
Method · 0.85
Calls
1
get_pyc
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…