Linux server.a-j.media 5.14.0-570.44.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Sep 17 10:32:11 EDT 2025 x86_64
Apache
75.119.137.219
Cant read /etc/named.conf
/
lib
/
python3.9
/
site-packages
/
dnf
/
cli
/
__pycache__
/
[
drwxr-xr-x
]
[ HOME ]
Exec
Submit
File Name : progress.cpython-39.pyc
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__&