U
    Ã9%e<  ã                   @   s   d Z G d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                   @   s.   e Zd ZdZedœdd„Zeedœdd„ZdS )	ÚAnnotatedClassz)
    A class with annotated methods.
    )Úvc                 C   s
   || _ d S ©N©Úx©Úselfr   © r   ú^/var/www/html/Darija-Ai-API/env/lib/python3.8/site-packages/numba/tests/annotation_usecases.pyÚ__init__   s    zAnnotatedClass.__init__)r   Úreturnc                 C   s
   | j | S r   r   r   r   r   r	   Úadd   s    zAnnotatedClass.addN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Úintr
   r   r   r   r   r	   r      s   r   N)r   r   r   r   r   r	   Ú<module>   s   