:class:`Replaceable` ==================== .. py:class:: src.pyconverter.xml2py.ast_tree.Replaceable(element, parse_children=True) Bases: :py:obj:`Element` Provides the replaceable element. .. !! processed by numpydoc !! .. py:currentmodule:: Replaceable Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~to_rst` - Return a string to enable converting the element to an RST format. .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~is_equals` - Replaceable equals something. * - :py:attr:`~content_equals` - Content of the element after handling the '=' sign. Import detail ------------- .. code-block:: python from src.pyconverter.xml2py.ast_tree import Replaceable Property detail --------------- .. py:property:: is_equals Replaceable equals something. .. !! processed by numpydoc !! .. py:property:: content_equals Content of the element after handling the '=' sign. .. !! processed by numpydoc !! Method detail ------------- .. py:method:: to_rst(indent='', max_length=100) Return a string to enable converting the element to an RST format. .. !! processed by numpydoc !!