Current File : //usr/lib/python3/dist-packages/incremental/__pycache__/__init__.cpython-312.pyc |
�
ؒ�eU+ � � � d Z ddlmZmZ ddlZddlZddlmZmZm Z m
Z
mZmZ e dd�� Z
er
ddlmZ dd lmZ neZej( d
kD rd� ZneZ G d� d
e� Z e� Z G d� de� Z G d� de� Zd� Zd� ZddlmZ d� Z g d�Z!y)z0
Versions for Python packages.
See L{Version}.
� )�division�absolute_importN)�
TYPE_CHECKING�Any�TypeVar�Union�Optional�Dict�_TT)�
contravariant)�Literal)�Distribution�� c � � | |k ry| |k( ryy)z�
Compare two objects.
Returns a negative number if C{a < b}, zero if they are equal, and a
positive number if C{a > b}.
���r � � )�a�bs �6/usr/lib/python3/dist-packages/incremental/__init__.py�_cmpr ! s � �
�q�5��
�!�V��� c �N � e Zd ZdZd� Zej dk\ r
d� Zd� Zd� Z d� Z
yy) �_Infz:
An object that is bigger than all other objects.
c � � |t u ryy)z�
@param other: Another object.
@type other: any
@return: 0 if other is inf, 1 otherwise.
@rtype: C{int}
r r )�_inf��self�others r �__cmp__z_Inf.__cmp__>