Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
15
def
run():
16
for
path in sys.path:
17
inspect(path)
18
19
20
if
__name__ ==
'__main__'
:
Callers
1
diagnose.py
File · 0.70
Calls
1
inspect
Function · 0.85
Tested by
no test coverage detected