ItemizedList#

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

Bases: Element

Provides the itemized list element.

Overview#

to_rst

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

Import detail#

from src.pyconverter.xml2py.ast_tree import ItemizedList

Method detail#

ItemizedList.__repr__()#
ItemizedList.to_rst(indent='', max_length=100, links=None, base_url=None, fcache=None)#

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