Replaceable#

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

Bases: Element

Provides the replaceable element.

Overview#

to_rst

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

is_equals

Replaceable equals something.

content_equals

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.