MCPcopy Index your code
hub / github.com/python/cpython / build.py

File build.py

Tools/jit/build.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Build an experimental just-in-time compiler for CPython."""
2
3import argparse
4import pathlib

Callers

nothing calls this directly

Calls 9

joinMethod · 0.45
add_argumentMethod · 0.45
resolveMethod · 0.45
parse_argsMethod · 0.45
buildMethod · 0.45
appendMethod · 0.45
is_fileMethod · 0.45
read_textMethod · 0.45
write_textMethod · 0.45

Tested by

no test coverage detected