InlineEquation#

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

Bases: _Math

Provides the inline equation element.

Overview#

to_rst

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

tail

Return the tail of the element as a string.

Import detail#

from src.pyconverter.xml2py.ast_tree import InlineEquation

Property detail#

property InlineEquation.tail#

Return the tail of the element as a string.

Method detail#

InlineEquation.to_rst(indent='', max_length=100)#

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