python (3.11.7)
    e5                     @   d dl Zd dlZd dlZd dlZ G d dej                  Z G d dej                  Z G d dej                  Z G d d	ej                  Z	d
 Z
 G d dej                  Z G d
 dej                  Z G d de          Z
 G d de          Z G d dej                  Zd"dZ G d dej                  Zd Z G d de          Z G d de          Z G d de          Z G d d e          Zed!k    r ej                     dS dS )#    Nc                        e Zd Zd Zd Zd ZdS )TestExceptionGroupTypeHierarchyc                    |                      t          t          t                               |                      t          t          t                               |                      t          t          t
                               d S N)
assertTrue
issubclassExceptionGroup	ExceptionBaseExceptionGroup
BaseExceptionselfs    M/BuggyBox/python/3.11.7/bootstrap/lib/python3.11/test/test_exception_group.pytest_exception_group_typesz:TestExceptionGroupTypeHierarchy.test_exception_group_types   s^    
>9==>>>
>3EFFGGG
#5}EEFFFFF    c                     |                      t          d          5  t          t                    d d d            d S # 1 swxY w Y   d S )Nr
   )assertRaisesRegex	TypeErrorr
   OSErrorr
   s    r   "test_exception_is_not_generic_typezBTestExceptionGroupTypeHierarchy.test_exception_is_not_generic_type
   s    
#
#I{
;
; 	 	g	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	s   <A A c                     t           }|                     t          |         t          j                   |                     t
          |         t          j                   d S r   )r   assertIsInstancer	   typesGenericAliasr   )r   Es     r   $test_exception_group_is_generic_typezDTestExceptionGroupTypeHierarchy.test_exception_group_is_generic_type   sJ    nQ/1CDDD03U5GHHHHHr   N)__name__
__module____qualname__r   r   r    r   r   r   r      sI        G G G
  I I I I Ir   r   c                   &