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

File code.py

Lib/code.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Utilities needed to emulate Python's interactive interpreter.
2
3"""
4

Callers

nothing calls this directly

Calls 3

interactFunction · 0.85
add_argumentMethod · 0.45
parse_argsMethod · 0.45

Tested by

no test coverage detected