o
    ^h                     @   sH   d Z ddlmZ ddlZG dd dejZedkr"ejddd dS dS )	zTest delegator, coverage 100%.    )	DelegatorNc                   @   s   e Zd Zdd ZdS )DelegatorTestc                 C   s   t t}| |jt | |jt  | t|j	d |j
}| |tj
 | |jd tj
 | |jdh |j | |jddh |`| d|j |t | d|j | |jt  | |jt d S )NZxyz
bit_length	numerator)r   intZassertIsZdelegateZassertEqualZ_Delegator__cachesetZassertRaisesAttributeError__getattr__r   __dict__r   ZassertNotInZsetdelegatefloat)selfZmydelZbl r   2  /home/conda/feedstock_root/build_artifacts/python-split_1761171407825/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/lib/python3.10/idlelib/idle_test/test_delegator.py
test_mydel	   s    
zDelegatorTest.test_mydelN)__name__
__module____qualname__r   r   r   r   r   r      s    r   __main__   )	verbosityexit)__doc__Zidlelib.delegatorr   ZunittestZTestCaser   r   mainr   r   r   r   <module>   s    $