Your IP : 216.73.216.213


Current Path : /opt/alt/python312/lib64/python3.12/test/test_importlib/__pycache__/
Upload File :
Current File : //opt/alt/python312/lib64/python3.12/test/test_importlib/__pycache__/_context.cpython-312.opt-1.pyc

�

�#�j��L�ddlZGd�dejej�Zy)�Nc��eZdZdZy)�suppressz�
    A version of contextlib.suppress with decorator support.

    >>> @suppress(KeyError)
    ... def key_error():
    ...     {}['']
    >>> key_error()
    N)�__name__�
__module__�__qualname__�__doc__���C/opt/alt/python312/lib64/python3.12/test/test_importlib/_context.pyrrs��r
r)�
contextlibr�ContextDecoratorr	r
r�<module>rs"����z�"�"�J�$?�$?�r