<!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>

Re                 @   s^   d  d l  m Z m Z m Z Gd d   d e  Z e   Z Gd d   d e  Z e   Z d S)    )absolute_importdivisionprint_functionc               @   s|   e  Z d  Z d d   Z d d   Z d d   Z d d   Z d	 d
   Z d d   Z d d   Z	 d d   Z
 d d   Z d S)InfinityTypec             C   s   d S)NInfinity )selfr   r   /builddir/build/BUILDROOT/alt-python35-pip-20.2.4-5.el8.x86_64/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/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__c             C   s   d S)NFr   )r   otherr   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   t  | |  j  S)N)r   r   )r   r   r   r   r	   __ne__   s    zInfinityType.__ne__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__c             C   s   t  S)N)NegativeInfinity)r   r   r   r	   __neg__(   s    zInfinityType.__neg__N)__name__
__module____qualname__r
   r   r   r   r   r   r   r   r   r   r   r   r	   r      s   r   c               @   s|   e  Z d  Z d d   Z d d   Z d d   Z d d   Z d	 d
   Z d d   Z d d   Z	 d d   Z
 d d   Z d S)NegativeInfinityTypec             C   s   d S)Nz	-Infinityr   )r   r   r   r	   r
   1   s    zNegativeInfinityType.__repr__c             C   s   t  t |    S)N)r   r   )r   r   r   r	   r   5   s    zNegativeInfinityType.__hash__c             C   s   d S)NTr   )r   r   r   r   r	   r   9   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   A   s    zNegativeInfinityType.__eq__c             C   s   t  | |  j  S)N)r   r   )r   r   r   r   r	   r   E   s    zNegativeInfinityType.__ne__c             C   s   d S)NFr   )r   r   r   r   r	   r   I   s    zNegativeInfinityType.__gt__c             C   s   d S)NFr   )r   r   r   r   r	   r   M   s    zNegativeInfinityType.__ge__c             C   s   t  S)N)r   )r   r   r   r	   r   Q   s    zNegativeInfinityType.__neg__N)r   r   r   r
   r   r   r   r   r   r   r   r   r   r   r   r	   r   0   s   r   N)	
__future__r   r   r   objectr   r   r   r   r   r   r   r	   <module>   s   &	&