Replaceable
#
- class src.pyconverter.xml2py.ast_tree.Replaceable(element, parse_children=True)#
Bases:
Element
Provides the replaceable element.
Overview#
Return a string to enable converting the element to an RST format. |
Replaceable equals something. |
|
Content of the element after handling the ‘=’ sign. |
Import detail#
from src.pyconverter.xml2py.ast_tree import Replaceable
Property detail#
- property Replaceable.is_equals#
Replaceable equals something.
- property Replaceable.content_equals#
Content of the element after handling the ‘=’ sign.
Method detail#
- Replaceable.to_rst(indent='', max_length=100)#
Return a string to enable converting the element to an RST format.