⚠️ BACKUP DATA ANDA SECARA TERATUR! File manager ini untuk keperluan teknis.
Zy Filemanager
berang berang bawa gelek berangkat lek !!!
🌙 Dark Mode
🏠 Home Shell
🔄 Refresh
Current Path:
Home Shell
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
pip
/
_vendor
/
cachecontrol
/
caches
/
__pycache__
⬆️ Parent Directory
📁 File Browser
Name
Size
Permissions
Modified Date
Actions
📄
__init__.cpython-37.pyc
(328 bytes)
328 B
0644
📅
✏️
✍️
⬇️
🗑️
📄
file_cache.cpython-37.pyc
(3,238 bytes)
3.16 KB
0644
📅
✏️
✍️
⬇️
🗑️
📄
redis_cache.cpython-37.pyc
(1,584 bytes)
1.55 KB
0644
📅
✏️
✍️
⬇️
🗑️
📤 Upload Files
Single File
Multiple Files
ZIP Extract
ZIP file will be deleted after extraction
➕ Create New
New Folder
New File
✍️ Editing: file_cache.cpython-37.pyc
File: /opt/alt/python37/lib/python3.7/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-37.pyc
Size: 3.16 KB | Last Modified: 2023-11-14 04:31:06
💾 Backup File
🔢 Toggle Line Numbers
B ��Re9 � @ s~ d dl Z d dlZd dlmZ ddlmZ ddlmZ ye W n e k rX e efZY nX dd� ZG dd � d e�Z d d� ZdS )� N)�dedent� )� BaseCache)�CacheControllerc C s� t j}|t jt jB O }tt d�r*|t jO }tt d�r>|t jO }yt �| � W n tt fk rd Y nX t � | ||�}yt �|d�S t �|� � Y nX d S )N� O_NOFOLLOW�O_BINARY�wb) �os�O_WRONLY�O_CREAT�O_EXCL�hasattrr r �remove�IOError�OSError�open�fdopen�close)�filename�fmode�flags�fd� r ��/builddir/build/BUILDROOT/alt-python37-pip-20.2.4-6.el8.x86_64/opt/alt/python37/lib/python3.7/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py�_secure_open_write s r c @ sB e Zd Zddd�Zedd� �Zd d � Zdd� Zd d� Zdd� Z dS )� FileCacheF� � Nc C s� |d k r|d k rt d��yddlm} ddlm} W n$ tk rX td�} t| ��Y nX |rd|}n|d krp|}|| _|| _|| _ || _ || _d S )Nz/Cannot use use_dir_lock and lock_class togetherr )�LockFile)� MkdirLockFilez� NOTE: In order to use the FileCache you must have lockfile installed. You can install it via pip: pip install lockfile )� ValueError�lockfiler �lockfile.mkdirlockfiler �ImportErrorr � directory�forever�filemode�dirmode� lock_class) �selfr$ r% r&