(self)
| 83 | return await template.render_async(**context) |
| 84 | |
| 85 | def clear_cache(self) -> None: |
| 86 | self._cache.clear() |
| 87 | |
| 88 | @staticmethod |
| 89 | def _format_date(date_input: str | datetime, format_str: str = "%d.%m.%Y") -> str: |
nothing calls this directly
no outgoing calls
no test coverage detected