<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
ó
›V~gc           @   s^   d  d l  Z  d  d l m Z d e  j f d „  ƒ  YZ e d k rZ e  j d d d d ƒ n  d S(	   iÿÿÿÿN(   t	   Delegatort   DelegatorTestc           B   s   e  Z d  „  Z RS(   c         C   s0  t  t ƒ } |  j | j t ƒ |  j | j t ƒ  ƒ |  j t | j	 d ƒ | j
 } |  j | t j
 ƒ |  j | j d t j
 ƒ |  j | j d h ƒ | j |  j | j d d h ƒ | ` |  j d | j ƒ |  j d | j ƒ | j t ƒ |  j | j t ƒ |  j d | j ƒ |  j | j t ƒ  ƒ d  S(   Nt   xyzt
   bit_lengtht	   numerator(   R    t   intt   assertIst   delegatet   assertEqualt   _Delegator__cachet   sett   assertRaisest   AttributeErrort   __getattr__R   t   __dict__R   t   assertNotInt   assertInt   setdelegatet   float(   t   selft   mydelt   bl(    (    sE   /opt/alt/python27/lib64/python2.7/idlelib/idle_test/test_delegator.pyt
   test_mydel   s"    	(   t   __name__t
   __module__R   (    (    (    sE   /opt/alt/python27/lib64/python2.7/idlelib/idle_test/test_delegator.pyR      s   t   __main__t	   verbosityi   t   exit(   t   unittestt   idlelib.DelegatorR    t   TestCaseR   R   t   main(    (    (    sE   /opt/alt/python27/lib64/python2.7/idlelib/idle_test/test_delegator.pyt   <module>   s    