Table#

class src.pyconverter.xml2py.ast_tree.Table(element, parse_children=True)#

Bases: Element

Provides the table element

Overview#

to_rst

Return a string to enable converting the element to an RST format.

title

Table title.

tgroup

TGroup.

Import detail#

from src.pyconverter.xml2py.ast_tree import Table

Property detail#

property Table.title#

Table title.

property Table.tgroup#

TGroup.

Method detail#

Table.to_rst(indent='', max_length=100, links=None, base_url=None)#

Return a string to enable converting the element to an RST format.

Table.__repr__()#