class documentation
class ContentList(TemplateElement): (source)
Constructor: ContentList(ob, children, documented_ob, expand, ...)
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 |
Undocumented |
| Instance Variable | nested |
Undocumented |
| Instance Variable | ob |
Undocumented |
| Instance Variable | template |
Undocumented |
| Instance Variable | _expand |
Undocumented |
| Instance Variable | _level |
Undocumented |
Inherited from TemplateElement:
| Class Method | lookup |
Lookup the element ITemplateLoader with the TemplateLookup. |
def __init__(self, ob:
Documentable, children: peek_iter[ Documentable], documented_ob: Documentable, expand: bool, nested_content_loader: ITemplateLoader, template_lookup: TemplateLookup, level_depth: tuple[ int, int]):
(source)
¶
Undocumented