MCPcopy Index your code
hub / github.com/fastapi/fastapi / _get_resolved_absolute_path

Function _get_resolved_absolute_path

fastapi/routing.py:1850–1851  ·  view source on GitHub ↗
(path: str | os.PathLike[str])

Source from the content-addressed store, hash-verified

1848
1849
1850def _get_resolved_absolute_path(path: str | os.PathLike[str]) -> str:
1851 return os.path.realpath(os.fspath(path))
1852
1853
1854class _FrontendStaticFiles(StaticFiles):

Callers 2

__init__Method · 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…