InlineEquation
#
- class src.pyconverter.xml2py.ast_tree.InlineEquation(element)#
Bases:
_Math
Provides the inline equation element.
Overview#
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.