Variablelist#

class src.pyconverter.xml2py.ast_tree.Variablelist(element)#

Bases: Element

Provides the variable list.

Overview#

to_rst

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

terms

List containing the terms of the element.

Import detail#

from src.pyconverter.xml2py.ast_tree import Variablelist

Property detail#

property Variablelist.terms#

List containing the terms of the element.

Method detail#

Variablelist.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.