:class:`Link` ============= .. py:class:: src.pyconverter.xml2py.ast_tree.Link(element) Bases: :py:obj:`Element` Provides the link element. .. !! processed by numpydoc !! .. py:currentmodule:: Link 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:`~linkend` - Link. .. 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 Link Property detail --------------- .. py:property:: linkend Link. .. !! processed by numpydoc !! Method detail ------------- .. py:method:: __repr__() .. py:method:: to_rst(indent='', max_length=100, links=None, base_url=None) Return a string to enable converting the element to an RST format. .. !! processed by numpydoc !!