Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
56
def
_module_path() -> str | None:
57
path = os.path.dirname(__file__)
58
return
path
59
60
61
def
_matching_parents(path: str | None, match: str) -> str | None:
Callers
1
find_ty_bin
Function · 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…