§
    ¡Èóc{  ã                   ór   — d Z ddlmZ ddlmZ ddlmZ ddlmZ d„ Z	er e e¦   «         de	¦  «         dS dS )	z"Astroid hooks for unittest module.é    )Úregister_module_extender©Úparse)Ú	PY38_PLUS)ÚAstroidManagerc                  ó    — t          d¦  «        S )a·  
    In the unittest package, the IsolatedAsyncioTestCase class is imported lazily.

    I.E. only when the ``__getattr__`` method of the unittest module is called with
    'IsolatedAsyncioTestCase' as argument. Thus the IsolatedAsyncioTestCase
    is not imported statically (during import time).
    This function mocks a classical static import of the IsolatedAsyncioTestCase.

    (see https://github.com/PyCQA/pylint/issues/4060)
    z9
    from .async_case import IsolatedAsyncioTestCase
    r   © ó    ú<lib/python3.11/site-packages/astroid/brain/brain_unittest.pyÚIsolatedAsyncioTestCaseImportr      s   € õ ð	ñô ð r
   ÚunittestN)
Ú__doc__Úastroid.brain.helpersr   Úastroid.builderr   Úastroid.constr   Úastroid.managerr   r   r	   r
   r   ú<module>r      s§   ðð
 )Ð (Ø :Ð :Ð :Ð :Ð :Ð :Ø !Ð !Ð !Ð !Ð !Ð !Ø #Ð #Ð #Ð #Ð #Ð #Ø *Ð *Ð *Ð *Ð *Ð *ðð ð ð$ ð ØÐØˆÑÔ˜*Ð&Cñô ð ð ð ðð r
   