class documentation

class DispatchingJinjaLoader(BaseLoader): (source)

View In Hierarchy

A loader that looks for templates in the application and all the blueprint folders.

Method __init__ Undocumented
Method get_source Undocumented
Method list_templates Undocumented
Instance Variable app Undocumented
Method _get_source_explained Undocumented
Method _get_source_fast Undocumented
Method _iter_loaders Undocumented
def __init__(self, app: Flask): (source)

Undocumented

def get_source(self, environment: Environment, template: str) -> t.Tuple[str, t.Optional[str], t.Optional[t.Callable]]: (source)

Undocumented

def list_templates(self) -> t.List[str]: (source)

Undocumented

Undocumented

def _get_source_explained(self, environment: Environment, template: str) -> t.Tuple[str, t.Optional[str], t.Optional[t.Callable]]: (source)

Undocumented

def _get_source_fast(self, environment: Environment, template: str) -> t.Tuple[str, t.Optional[str], t.Optional[t.Callable]]: (source)

Undocumented

def _iter_loaders(self, template: str) -> t.Generator[t.Tuple[Scaffold, BaseLoader], None, None]: (source)

Undocumented