:class:`Quote` ============== .. py:class:: src.pyconverter.xml2py.ast_tree.Quote(element) Bases: :py:obj:`Element` Provides the quote element. .. !! processed by numpydoc !! .. py:currentmodule:: Quote Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~quote` - Quote value. .. tab-item:: Special methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~__repr__` - Import detail ------------- .. code-block:: python from src.pyconverter.xml2py.ast_tree import Quote Property detail --------------- .. py:property:: quote Quote value. .. !! processed by numpydoc !! Method detail ------------- .. py:method:: __repr__()