mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 22:11:54 +08:00
improved version
This commit is contained in:
@@ -17,6 +17,6 @@ class EngineHandler:
|
||||
def __iter__(self): ...
|
||||
def all(
|
||||
self
|
||||
) -> Union[List[DjangoTemplates], List[TemplateStrings], List[BaseEngine]]: ...
|
||||
) -> Union[List[BaseEngine], List[TemplateStrings], List[DjangoTemplates]]: ...
|
||||
@cached_property
|
||||
def templates(self) -> OrderedDict: ...
|
||||
Reference in New Issue
Block a user