class documentation

List of child objects that share the same type.

One ObjContent element can have up to six ContentList:

  • classes
  • functions/methods
  • variables/attributes
  • modules
  • inherited attributes
  • inherited methods
Method __init__ Undocumented
Method items Undocumented
Class Variable filename Undocumented
Instance Variable children Undocumented
Instance Variable documented_ob Undocumented
Instance Variable nested_content_loader Undocumented
Instance Variable ob Undocumented
Instance Variable template_lookup Undocumented
Instance Variable _expand Undocumented
Instance Variable _level_depth Undocumented

Inherited from TemplateElement:

Class Method lookup_loader Lookup the element ITemplateLoader with the TemplateLookup.
def __init__(self, ob: Documentable, children: Iterator[Documentable], documented_ob: Documentable, expand: bool, nested_content_loader: ITemplateLoader, template_lookup: TemplateLookup, level_depth: tuple[int, int]): (source)

Undocumented

@renderer
def items(self, request: IRequest, tag: Tag) -> Iterator[ContentItem]: (source)

Undocumented

filename: str = (source)

Undocumented

children = (source)

Undocumented

documented_ob = (source)

Undocumented

nested_content_loader = (source)

Undocumented

Undocumented

template_lookup = (source)

Undocumented

Undocumented

_level_depth = (source)

Undocumented