MCPcopy
hub / github.com/astral-sh/ty / _module_path

Function _module_path

python/ty/_find_ty.py:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54
55
56def _module_path() -> str | None:
57 path = os.path.dirname(__file__)
58 return path
59
60
61def _matching_parents(path: str | None, match: str) -> str | None:

Callers 1

find_ty_binFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…