Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ getsearchdirs
Function
getsearchdirs
mypy/pyinfo.py:69–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
68
69
def
getsearchdirs() -> tuple[list[str], list[str]]:
70
return
(getsyspath(), getsitepackages())
71
72
73
if
__name__ ==
"__main__"
:
Callers
1
pyinfo.py
File · 0.85
Calls
2
getsyspath
Function · 0.85
getsitepackages
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…