We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Path
get_app_template_dirs
1 parent 3f0da4f commit 9484698Copy full SHA for 9484698
django-stubs/template/utils.pyi
@@ -1,4 +1,5 @@
1
from collections.abc import Iterator
2
+from pathlib import Path
3
from typing import Any
4
5
from django.core.exceptions import ImproperlyConfigured
@@ -15,4 +16,4 @@ class EngineHandler:
15
16
def __iter__(self) -> Iterator[Any]: ...
17
def all(self) -> list[BaseEngine]: ...
18
-def get_app_template_dirs(dirname: str) -> tuple: ...
19
+def get_app_template_dirs(dirname: str) -> tuple[Path, ...]: ...
0 commit comments