improved version

This commit is contained in:
Maxim Kurnikov
2018-07-29 20:06:41 +03:00
parent c180555415
commit 89bb6eac75
160 changed files with 1007 additions and 607 deletions

View File

@@ -11,4 +11,4 @@ class Loader:
def __init__(self, engine: Engine, dirs: None = ...) -> None: ...
def get_contents(self, origin: Origin): ...
def get_dirs(self) -> List[str]: ...
def get_template_sources(self, template_name: Union[str, bytes]) -> Iterator[Origin]: ...
def get_template_sources(self, template_name: Union[bytes, str]) -> Iterator[Origin]: ...