Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/incremental/__pycache__/__init__.cpython-39.pyc
Ðазад
a ^�hU+ � @ s� d Z ddlmZmZ ddlZddlZddlmZmZm Z m Z mZmZ e ddd�Z ernddlmZ dd lmZ neZejd kr�dd� ZneZG d d� de�Ze� ZG dd� de�ZG dd� de�Zdd� Zdd� ZddlmZ dd� Z g d�Z!dS )z0 Versions for Python packages. See L{Version}. � )�division�absolute_importN)� TYPE_CHECKING�Any�TypeVar�Union�Optional�Dict�_TT)� contravariant)�Literal)�Distribution�� c C s | |k rdS | |krdS dS dS )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 � N� )�a�br r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/incremental/__init__.py�_cmp! s r c @ sB e Zd ZdZdd� Zejdkr>dd� Zdd� Zd d � Z dd� Z d S )�_Infz: An object that is bigger than all other objects. c C s |t u rdS dS )z� @param other: Another object. @type other: any @return: 0 if other is inf, 1 otherwise. @rtype: C{int} r r )�_inf��self�otherr r r �__cmp__>