o
    ýÑÐb›  ã                   @   s4   d Z G dd„ deƒZdd„ Zee_edƒ d¡ZdS )zKTest that a function is considered a method when looked up through a class.c                   @   s   e Zd ZdZdd„ ZdS )ÚClazzz
test classc                 C   s
   || _ d S )N©Úvalue)Úselfr   © r   úh/var/www/secure340b-portal/env/lib/python3.10/site-packages/pylint/test/functional/monkeypatch_method.pyÚ__init__   s   
zClazz.__init__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r   r   r   r      s    r   c                 C   s
   | j | S )z&function that will be used as a methodr   )Zarg1Zarg2r   r   r   Úfunc
   s   
r   é   é   N)r   Úobjectr   r   ÚmethodZVARr   r   r   r   Ú<module>   s
   