MCPcopy Index your code
hub / github.com/RustPython/RustPython / run

Function run

Lib/importlib/metadata/diagnose.py:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14
15def run():
16 for path in sys.path:
17 inspect(path)
18
19
20if __name__ == '__main__':

Callers 1

diagnose.pyFile · 0.70

Calls 1

inspectFunction · 0.85

Tested by

no test coverage detected