| Server IP : 3.138.164.131 / Your IP : 216.73.216.136 Web Server : Apache System : Linux ns1.techtime.me 4.18.0-147.8.1.el8.lve.1.x86_64 #1 SMP Mon Jun 29 09:55:57 EDT 2020 x86_64 User : injazaat ( 1471) PHP Version : 8.1.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /lib/python3.6/site-packages/dnf/cli/commands/__pycache__/ |
Upload File : |
3
�ft`t � @ s� d dl mZ d dl mZ d dlmZ d dlmZmZ d dlm Z d dlZ
d dlZ
d dlZ
d dl
Z
d dlZ
d dlZd dlZd dlZd dlZejd�Zdd d
gdgd gd
gddd gd�Zd
d� Zdd� Zdd� Zdd� ZG dd� dej�ZdS )� )�absolute_import)�unicode_literals)�commands)�_�P_)�miscN�dnf�metadata�dbcachezexpire-cache�packages)r r r
zexpire-cache�allc c sV xPt j| �D ]B\}}}t jj|| �}x(|D ] }t jj||�}t jj|�V q*W qW dS )z:Traverse dirpath recursively and yield relative filenames.N)�os�walk�path�relpath�join�normpath)�dirpath�root�dirs�files�base�fr � r �/usr/lib/python3.6/clean.py�_tree1 s
r c s � fdd�| D �S )z5Yield those filenames that match any of the patterns.c 3 s( | ] }� D ]}t j||�r
|V q
qd S )N)�re�match)�.0r �p)�patternsr r � <genexpr><