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

Function _join

python/ty/_find_ty.py:87–90  ·  view source on GitHub ↗
(path: str | None, *parts: str)

Source from the content-addressed store, hash-verified

85
86
87def _join(path: str | None, *parts: str) -> str | None:
88 if not path:
89 return None
90 return os.path.join(path, *parts)
91
92
93def _user_scheme() -> str:

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…