class documentation
class ObjContent(Element): (source)
Constructor: ObjContent(loader, ob, documented_ob, template_lookup, ...)
Object content displayed on the sidebar.
Each SideBarSection object uses one of these in the SideBarSection.content renderer. This object is also used to represent the contents of nested expandable items.
Composed by ContentList elements.
| Method | __init__ |
Undocumented |
| Method | classes |
Undocumented |
| Method | classes |
Undocumented |
| Method | classes |
Undocumented |
| Method | docstring |
Undocumented |
| Method | functions |
Undocumented |
| Method | functions |
Undocumented |
| Method | functions |
Undocumented |
| Method | inherited |
Undocumented |
| Method | inherited |
Undocumented |
| Method | inherited |
Undocumented |
| Method | inherited |
Undocumented |
| Method | inherited |
Undocumented |
| Method | inherited |
Undocumented |
| Method | sub |
Undocumented |
| Method | sub |
Undocumented |
| Method | sub |
Undocumented |
| Method | variables |
Undocumented |
| Method | variables |
Undocumented |
| Method | variables |
Undocumented |
| Instance Variable | class |
Undocumented |
| Instance Variable | documented |
Undocumented |
| Instance Variable | function |
Undocumented |
| Instance Variable | inherited |
Undocumented |
| Instance Variable | inherited |
Undocumented |
| Instance Variable | ob |
Undocumented |
| Instance Variable | sub |
Undocumented |
| Instance Variable | template |
Undocumented |
| Instance Variable | variable |
Undocumented |
| Property | has |
Undocumented |
| Method | _children |
Compute the children of this object. |
| Method | _get |
Undocumented |
| Method | _is |
Should the list items be expandable? |
| Method | _section |
Undocumented |
| Instance Variable | _depth |
Undocumented |
| Instance Variable | _level |
Undocumented |
| Instance Variable | _order |
Undocumented |
def __init__(self, loader:
ITemplateLoader, ob: Documentable, documented_ob: Documentable, template_lookup: TemplateLookup, depth: int, level: int = 0):
(source)
¶
Undocumented
def _getContentList(self, children:
Sequence[ Documentable], type_: type[ Documentable]) -> ContentList | None:
(source)
¶
Undocumented