o
    ýÑÐbœ  ã                
   @   s†   d Z ddlmZ ddlmZ ddlmZ ddlmZ ddee	dd	d
ddej
g
ZG dd„ deƒZeƒ Zdd„ Zeƒ  G dd„ deƒZdS )zÖTest Pylint's use of __all__.

* NonExistant is not defined in this module, and it is listed in
  __all__. An error is expected.

* This module imports path and republished it in __all__. No errors
  are expected.
é    )Úprint_function)Úpath)Údeque)ÚMissingÚDummyÚ ZNonExistantr   ÚfuncÚinnerÚ
InnerKlassc                   @   ó   e Zd ZdZdS )r   zA class defined in this module.N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úe/var/www/secure340b-portal/env/lib/python3.10/site-packages/pylint/test/functional/names_in__all__.pyr      ó    c                   C   s   dS )zFunction docstring
    Nr   r   r   r   r   Úfunction!   s   r   c                   @   s(   e Zd ZdZdd„ ZG dd„ deƒZdS )ÚKlassz!A klass which contains a functionc                 C   s   d}t |ƒ dS )zA klass methodN)Úprint)Úselfr	   r   r   r   r   *   s   z
Klass.funcc                   @   r   )zKlass.InnerKlasszAn inner klassNr   r   r   r   r   r
   /   r   r
   N)r   r   r   r   r   Úobjectr
   r   r   r   r   r   (   s    r   N)r   Ú
__future__r   Úosr   Úcollectionsr   Úmissingr   ZSomeUndefinedr   Ú__all__r   r   ZDUMMYr   r   r   r   r   r   Ú<module>   s(   ÷