class documentation

class IndexPage(Page): (source)

View In Hierarchy

Undocumented

Method rootkind Undocumented
Method roots Undocumented
Method title Undocumented
Class Variable filename Undocumented

Inherited from Page:

Method __init__ Undocumented
Method footer Undocumented
Method head Undocumented
Method header Undocumented
Method nav Undocumented
Method render Undocumented
Method subheader Undocumented
Instance Variable system Undocumented
Instance Variable template_lookup Undocumented
Property slot_map Undocumented

Inherited from TemplateElement (via Page):

Class Method lookup_loader Lookup the element ITemplateLoader with the TemplateLookup.
@renderer
def rootkind(self, request, tag): (source)

Undocumented

Parameters
request:objectUndocumented
tag:TagUndocumented
Returns
TagUndocumented
@renderer
def roots(self, request, tag): (source)

Undocumented

Parameters
request:objectUndocumented
tag:TagUndocumented
Returns
FlattenableUndocumented
def title(self): (source)

Undocumented

Returns
strUndocumented
filename: str = (source)

Undocumented