Ë
    dÿaf  ã                   óL   — d dl Z  G d„ de j                  e j                  «      Zy)é    Nc                   ó   — e Zd ZdZy)ÚsuppresszŸ
    A version of contextlib.suppress with decorator support.

    >>> @suppress(KeyError)
    ... def key_error():
    ...     {}['']
    >>> key_error()
    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© ó    ú7/root/Python-3.12.4/Lib/test/test_importlib/_context.pyr   r      s   „ òr
   r   )Ú
contextlibr   ÚContextDecoratorr	   r
   r   ú<module>r      s"   ðÛ ôˆz×"Ñ" J×$?Ñ$?õ r
   