class documentation

class SphinxTemplateLoader(BaseLoader): (source)

View In Hierarchy

A loader supporting template inheritance

Method __init__ Undocumented
Method get_source Undocumented
Instance Variable loaders Undocumented
Instance Variable sysloaders Undocumented
def __init__(self, confdir, templates_paths, system_templates_paths): (source)

Undocumented

Parameters
confdir:strUndocumented
templates_paths:list[str]Undocumented
system_templates_paths:list[str]Undocumented
def get_source(self, environment, template): (source)

Undocumented

Parameters
environment:EnvironmentUndocumented
template:strUndocumented
Returns
tuple[str, str, Callable]Undocumented

Undocumented

sysloaders: list = (source)

Undocumented