Entry#

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

Bases: Element

Provides the entry element.

Overview#

to_rst

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

morerows

Value for the morerows parameter contained in the entry element.

Import detail#

from src.pyconverter.xml2py.ast_tree import Entry

Property detail#

property Entry.morerows#

Value for the morerows parameter contained in the entry element.

Method detail#

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

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