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