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

File runpy.py

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

Source from the content-addressed store, hash-verified

1"""runpy.py - locating and running Python code using the module namespace
2
3Provides support for locating and running Python scripts using the Python
4module namespace instead of the native filesystem.

Callers

nothing calls this directly

Calls 1

_run_module_as_mainFunction · 0.85

Tested by

no test coverage detected