TBody
#
- class src.pyconverter.xml2py.ast_tree.TBody(element, parse_children=True)#
Bases:
Element
Provides the tbody element.
Overview#
Import detail#
from src.pyconverter.xml2py.ast_tree import TBody
Property detail#
- property TBody.rows#
Return all the row elements found in the TBody element.
Method detail#
- TBody.to_rst(l_head, indent='', links=None, base_url=None)#
Return a list to enable converting the element to an RST format.