:class:`Chapter` ================ .. py:class:: src.pyconverter.xml2py.ast_tree.Chapter(element, parse_children=True) Bases: :py:obj:`Element` Provides the chapter element. .. !! processed by numpydoc !! .. py:currentmodule:: Chapter Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~helpstring` - Value for the ``helpstring`` parameter contained in the chapter element. .. 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 Chapter Property detail --------------- .. py:property:: helpstring Value for the ``helpstring`` parameter contained in the chapter element. .. !! processed by numpydoc !! Method detail ------------- .. py:method:: __repr__()