
    +'&h                         d Z d ZdS )z'Some utils for the GeoAlchemy2 package.c                        fd}|S )zDecorator to replace keywords in docstrings by the actual value of a variable.

    .. Note::
        The keyword must be enclose by <> in the docstring, like <MyKeyword>.
    c                     | j         K                                D ]6\  }}| j                             d| dt          |                    | _         7| S )N<>)__doc__itemsreplacestr)funckvkwargss      L/var/www/html/reinick/venv/lib/python3.11/site-packages/geoalchemy2/utils.pyinnerz-authorized_values_in_docstring.<locals>.inner   sV    <# F F1#|33HHHHc!ffEE     )r   r   s   ` r   authorized_values_in_docstringr      s#         Lr   N)r   r   r   r   r   <module>r      s$    - -    r   