MCPcopy
hub / github.com/psf/black / _cached_resolve

Function _cached_resolve

src/black/files.py:42–43  ·  view source on GitHub ↗
(path: Path)

Source from the content-addressed store, hash-verified

40
41@lru_cache
42def _cached_resolve(path: Path) -> Path:
43 return path.resolve()
44
45
46@lru_cache

Callers 4

find_project_rootFunction · 0.85
find_user_pyproject_tomlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected