THead#

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

Bases: Element

Provides the thead element.

Overview#

to_rst

Return a list and the length of the list for converting the element

rows

Return all row elements found in the THead element.

Import detail#

from src.pyconverter.xml2py.ast_tree import THead

Property detail#

property THead.rows#

Return all row elements found in the THead element.

Method detail#

THead.to_rst(indent='', links=None, base_url=None)#

Return a list and the length of the list for converting the element to an RST format.