MCPcopy 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
69def getsearchdirs() -> tuple[list[str], list[str]]:
70 return (getsyspath(), getsitepackages())
71
72
73if __name__ == "__main__":

Callers 1

pyinfo.pyFile · 0.85

Calls 2

getsyspathFunction · 0.85
getsitepackagesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…