class documentation

class TemplateElement(Element, abc.ABC):

Known subclasses: pydoctor.templatewriter.pages.attributechild.AttributeChild, pydoctor.templatewriter.pages.functionchild.FunctionChild, pydoctor.templatewriter.pages.Head, pydoctor.templatewriter.pages.Nav, pydoctor.templatewriter.pages.Page, pydoctor.templatewriter.pages.table.ChildTable

View In Hierarchy

Renderable element based on a template file.
Class Method lookup​_loader Lookup the element ITemplateLoader with the TemplateLookup.
@classmethod
def lookup_loader(cls, template_lookup):
Lookup the element ITemplateLoader with the TemplateLookup.
Parameters
template​_lookup:TemplateLookupUndocumented
Returns
ITemplateLoaderUndocumented