
    
f<                     $    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     ?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   