(self)
| 1884 | ) |
| 1885 | |
| 1886 | def _get_resolved_directory(self) -> str: |
| 1887 | assert self.directory is not None |
| 1888 | return _get_resolved_absolute_path(self.directory) |
| 1889 | |
| 1890 | def get_path(self, scope: Scope) -> str: |
| 1891 | path = _get_fastapi_scope(scope).get(_FASTAPI_FRONTEND_PATH_KEY, "") |
no test coverage detected