
(ฐh  ใ               @   s<   Gd  d   d  Z  e    Z Gd d   d  Z e   Z d S)c               @   sส   e  Z d  Z e d d d    Z e d d d    Z e e d d d    Z	 e e d d	 d
    Z
 e e d d d    Z e e d d d    Z e e d d d    Z e d d d d    Z d S)ฺInfinityType)ฺreturnc             C   s   d S)NฺInfinityฉ )ฺselfr   r   ๚:/tmp/pip-build-kmztzv_d/packaging/packaging/_structures.pyฺ__repr__   s    zInfinityType.__repr__c             C   s   t  t |    S)N)ฺhashฺrepr)r   r   r   r   ฺ__hash__
   s    zInfinityType.__hash__)ฺotherr   c             C   s   d S)NFr   )r   r   r   r   r   ฺ__lt__   s    zInfinityType.__lt__c             C   s   d S)NFr   )r   r   r   r   r   ฺ__le__   s    zInfinityType.__le__c             C   s   t  | |  j  S)N)ฺ
isinstanceฺ	__class__)r   r   r   r   r   ฺ__eq__   s    zInfinityType.__eq__c             C   s   d S)NTr   )r   r   r   r   r   ฺ__gt__   s    zInfinityType.__gt__c             C   s   d S)NTr   )r   r   r   r   r   ฺ__ge__   s    zInfinityType.__ge__ฺNegativeInfinityType)r   r   c             C   s   t  S)N)ฺNegativeInfinity)r   r   r   r   ฺ__neg__   s    zInfinityType.__neg__N)ฺ__name__ฺ
__module__ฺ__qualname__ฺstrr   ฺintr
   ฺobjectฺboolr   r   r   r   r   r   r   r   r   r   r      s   r   c               @   sส   e  Z d  Z e d d d    Z e d d d    Z e e d d d    Z	 e e d d	 d
    Z
 e e d d d    Z e e d d d    Z e e d d d    Z e e d d d    Z d S)r   )r   c             C   s   d S)Nz	-Infinityr   )r   r   r   r   r   $   s    zNegativeInfinityType.__repr__c             C   s   t  t |    S)N)r   r	   )r   r   r   r   r
   '   s    zNegativeInfinityType.__hash__)r   r   c             C   s   d S)NTr   )r   r   r   r   r   r   *   s    zNegativeInfinityType.__lt__c             C   s   d S)NTr   )r   r   r   r   r   r   -   s    zNegativeInfinityType.__le__c             C   s   t  | |  j  S)N)r   r   )r   r   r   r   r   r   0   s    zNegativeInfinityType.__eq__c             C   s   d S)NFr   )r   r   r   r   r   r   3   s    zNegativeInfinityType.__gt__c             C   s   d S)NFr   )r   r   r   r   r   r   6   s    zNegativeInfinityType.__ge__)r   r   c             C   s   t  S)N)r   )r   r   r   r   r   9   s    zNegativeInfinityType.__neg__N)r   r   r   r   r   r   r
   r   r   r   r   r   r   r   r   r   r   r   r   r   r   #   s   r   N)r   r   r   r   r   r   r   r   ฺ<module>   s   	