class documentation

class Head(TemplateElement):

View In Hierarchy

Common metadata.
Method __init__ Undocumented
Method title Undocumented
Class Variable filename Undocumented
Instance Variable ​_title Undocumented

Inherited from TemplateElement:

Class Method lookup​_loader Lookup the element ITemplateLoader with the TemplateLookup.
def __init__(self, title, loader):

Undocumented

Parameters
title:strUndocumented
loader:ITemplateLoaderUndocumented
@renderer
def title(self, request, tag):

Undocumented

Parameters
request:IRequestUndocumented
tag:TagUndocumented
Returns
strUndocumented
filename: str =

Undocumented

_title =

Undocumented