class documentation

class Loader(BaseLoader):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method get​_contents Undocumented
Method get​_template​_sources An iterator that yields possible matching template paths for a template name.
Instance Variable templates​_dict Undocumented

Inherited from Loader:

Method get​_template No summary
Method reset Reset any state maintained by the loader instance (e.g. cached templates or cached loader modules).
Instance Variable engine Undocumented
def __init__(self, engine, templates_dict):
def get_contents(self, origin):

Undocumented

def get_template_sources(self, template_name):
An iterator that yields possible matching template paths for a template name.
templates_dict =

Undocumented