o
    ýÑÐb¬  ã                   @   s(   d Z ddlmZ dZG dd„ deƒZdS )z0check for method without self as first argument
é    )Úprint_functionc                   @   s(   e Zd ZdZdd„ Zdd„ Zdd„ ZdS )	ÚAbcdzdummy classc                 C   s   t dƒ dS )zmethod without selfé   N©Úprint)Ztruc© r   ú[/var/www/secure340b-portal/env/lib/python3.10/site-packages/pylint/test/input/func_e0204.pyÚ__init__   ó   zAbcd.__init__c                 C   s   t | ƒ dS )zanother testNr   )Zyoor   r   r   Úabdc   r
   z	Abcd.abdcc                 C   s   t d| ƒ dS )zjust another methodz
yapudju inNr   )Úselfr   r   r   Úedf   s   zAbcd.edfN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r	   r   r   r   r   r   r   r      s
    r   N)r   Ú
__future__r   Z__revision__Úobjectr   r   r   r   r   Ú<module>   s    