class documentation

A section. attributes : * BaseLayout attributes a title may also be given to the constructor, it'll be added as a first element a description may also be given to the constructor, it'll be added as a first paragraph

Method __init__ Undocumented
Instance Variable report_id Undocumented

Inherited from BaseLayout:

Method add_text Shortcut to add text data.
Method append Add a node to children.
Method insert Insert a child node.
Method parents Return the ancestor nodes.

Inherited from VNode (via BaseLayout):

Method __iter__ Undocumented
Method accept Undocumented
Method leave Undocumented
Instance Variable children Undocumented
Instance Variable parent Undocumented
Instance Variable visitor_name Undocumented
def __init__(self, title: str|None = None, description: str|None = None, children: Iterable[Text|str] = ()): (source)
report_id: str = (source)

Undocumented