python (3.11.7)
    e                        d dl Z d dlZd dlZd dlZd dlZd dlmZ d dlm	Z
 ej        j        Z
ej        j        Z G d de          Z G d de j                  Z G d d	e j                  Zed
k    r e j                     dS dS )    N)Decimal)Fractionc                   Z     e Zd Z	  fdZeZd ZeZed             Zed             Z	 xZ
S )
DummyIntegralc                 `    t          t                                          |                    S N)r   super__mul__)selfother	__class__s     K/BuggyBox/python/3.11.7/bootstrap/lib/python3.11/test/test_numeric_tower.pyr
   zDummyIntegral.__mul__   s!    UWW__U33444    c                     t           S r   )NotImplementedr   r   s     r   __truediv__zDummyIntegral.__truediv__   s    r   c                      t          |           S r   r   r   s    r   	numeratorzDummyIntegral.numerator   s    T"""r   c                      t          d          S )N   r   r   s    r   denominatorzDummyIntegral.denominator!   s    Qr   )__name__
__module____qualname__r
   __rmul__r   __rtruediv__propertyr   r   
__classcell__)r
   s   @r   r   r      s        K5 5 5 5 5H  L
# # X#     X         r   r   c                   >