🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 14:29:49 | PHP 8.1.34
📂
/ (Root)
/
usr
/
lib
/
python3.9
/
site-packages
/
dnf
/
cli
/
commands
/
__pycache__
📍 /usr/lib/python3.9/site-packages/dnf/cli/commands/__pycache__
🔄 Refresh
✏️
Editing: makecache.cpython-39.pyc
Read Only
a �!cm � @ sx d dl mZ d dl mZ d dlmZ d dlmZ d dlZd dlZd dl Zd dl Zd dlZe�d�Z G dd� dej�ZdS ) � )�absolute_import)�unicode_literals)�commands)�_N�dnfc @ s, e Zd ZdZed�Zedd� �Zdd� ZdS )�MakeCacheCommand)Z makecacheZmczgenerate the metadata cachec C s, | j dddd� | j dddgdtjd� d S )Nz--timer� store_true� timer_opt)�action�dest�timer�?)�nargs�choices�metavar�help)�add_argument�argparse�SUPPRESS)�parser� r �>/usr/lib/python3.9/site-packages/dnf/cli/commands/makecache.py� set_argparser'