+
    i                     R    R t ^ RIHt ^ RIHt ^ RIHt ^ RIHt R R lt	R R lt
R	# )
z"Astroid hooks for unittest module.)nodes)register_module_extenderparseAstroidManagerc                8    V ^8  d   QhR\         P                  /# )   return)r   Module)formats   ">/usr/lib/python3/dist-packages/astroid/brain/brain_unittest.py__annotate__r      s     	 	u|| 	    c                     \        R4      # )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/pylint-dev/pylint/issues/4060)
z9
    from .async_case import IsolatedAsyncioTestCase
    r    r   r   IsolatedAsyncioTestCaseImportr      s       	 	r   c                (    V ^8  d   QhR\         RR/# )r	   managerr
   Nr   )r   s   "r   r   r      s     Q Qn Q Qr   c                 (    \        V R \        4       R# )unittestN)r   r   )r   s   &r   registerr      s    Wj2OPr   N)__doc__astroidr   astroid.brain.helpersr   astroid.builderr   astroid.managerr   r   r   r   r   r   <module>r      s!   
 )  : ! *	 Qr   