§
    J/Ph<  ã                   ó$   — d Z  G d„ d¦  «        ZdS )zx
Usecases with Python 3 function annotations.  This is a separate module
in order to avoid syntax errors with Python 2.
c                   ó.   — e Zd ZdZdefd„Zdedefd„ZdS )ÚAnnotatedClassz)
    A class with annotated methods.
    Úvc                 ó   — || _         d S ©N©Úx©Úselfr   s     ú_/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/numba/tests/annotation_usecases.pyÚ__init__zAnnotatedClass.__init__   s   € ØˆŒˆˆó    Úreturnc                 ó   — | j         |z   S r   r   r	   s     r   ÚaddzAnnotatedClass.add   s   € ØŒv˜‰zÐr   N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Úintr   r   © r   r   r   r      s[   € € € € € ðð ð˜#ð ð ð ð ðSð ˜Sð ð ð ð ð ð r   r   N)r   r   r   r   r   ú<module>r      sA   ððð ð	ð 	ð 	ð 	ð 	ñ 	ô 	ð 	ð 	ð 	r   