(path: str | os.PathLike[str])
| 1848 | |
| 1849 | |
| 1850 | def _get_resolved_absolute_path(path: str | os.PathLike[str]) -> str: |
| 1851 | return os.path.realpath(os.fspath(path)) |
| 1852 | |
| 1853 | |
| 1854 | class _FrontendStaticFiles(StaticFiles): |
no outgoing calls
no test coverage detected
searching dependent graphs…