MCPcopy 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
47def get_pycs(script):
48 return [get_pyc(script, opt) for opt in (0, 1, 2)]
49
50
51def is_hardlink(filename1, filename2):

Callers 5

test_hardlinkMethod · 0.85
test_disabledMethod · 0.85
check_hardlinksMethod · 0.85
test_recompilationMethod · 0.85
test_importMethod · 0.85

Calls 1

get_pycFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…