Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.9/site-packages/dnf/cli/__pycache__/ |
Upload File : |
a �!c� � @ sp d dl mZ d dlmZmZ d dlmZ d dlmZ d dl m Z d dl Z d dlZd dl ZG dd� dejj�ZdS ) � )�unicode_literals)� format_number�format_time)�_term_width)�unicode)�timeNc @ sr e Zd ZdZejjdejjdejjdejj diZ ejdddfd d �Z dd� Zddd�Zdd� Zdd� Zdd� ZdS )�MultiFileProgressMeterz"Multi-file download progress meterZFAILEDZSKIPPEDZMIRRORZDRPMg333333�?g �?g @c C sp || _ || _|| _|| _d| _d| _tj�� | _d| _ d| _ d| _g | _i | _ d| _d| _d| _d| _d| _dS )z�Creates a new progress meter instance update_period -- how often to update the progress bar tick_period -- how fast to cycle through concurrent downloads rate_average -- time constant for average speed calculation r N)�fo� update_period�tick_period�rate_average�unknown_progres� total_drpm�sys�stdout�isatty� done_drpm� done_files� done_size�active�state� last_time� last_size�rate�total_files� total_size)�selfr r r r � r �4/usr/lib/python3.9/site-packages/dnf/cli/progress.py�__init__&