o
    ýÑÐb  ã                   @   s   d Z G dd„ deƒZdS )zKTest detection of self as argument of first method in Python 3.7 and above.c                   @   s   e Zd Zdd„ Zdd„ ZdS )ÚTotoc                 C   ó   d S ©N© ©ÚclsÚparamsr   r   úk/var/www/secure340b-portal/env/lib/python3.10/site-packages/pylint/test/functional/no_self_argument_py37.pyÚ__class_getitem__   s   zToto.__class_getitem__c                 C   r   r   r   r   r   r   r   Ú__class_other__   s   zToto.__class_other__N)Ú__name__Ú
__module__Ú__qualname__r	   r
   r   r   r   r   r      s    r   N)Ú__doc__Úobjectr   r   r   r   r   Ú<module>   s    