⚠️ 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
/
python312
/
lib
/
python3.12
/
site-packages
/
pip
/
_vendor
/
cachecontrol
/
caches
/
__pycache__
⬆️ Parent Directory
📁 File Browser
Name
Size
Permissions
Modified Date
Actions
📄
__init__.cpython-312.pyc
(483 bytes)
483 B
0644
📅
✏️
✍️
⬇️
🗑️
📄
file_cache.cpython-312.pyc
(7,733 bytes)
7.55 KB
0644
📅
✏️
✍️
⬇️
🗑️
📄
redis_cache.cpython-312.pyc
(2,781 bytes)
2.72 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-312.pyc
File: /opt/alt/python312/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc
Size: 7.55 KB | Last Modified: 2026-01-09 02:19:46
💾 Backup File
🔢 Toggle Line Numbers
� R`i� � �� � d dl mZ d dlZd dlZd dlmZ d dlmZmZ d dl m Z mZ d dlm Z erd dlmZ d dlmZ dd �Z G d � d� Z G d� d ee � Z G d� dee� Zdd�Zy)� )�annotationsN)�dedent)�IO� TYPE_CHECKING)� BaseCache�SeparateBodyBaseCache)�CacheController)�datetime)�BaseFileLockc �� � t j }|t j t j z z }t t d� r|t j z }t t d� r|t j z } t j | � t j | ||� } t j |d� S # t $ r Y �9w xY w# t j |� � xY w)N� O_NOFOLLOW�O_BINARY�wb)�os�O_WRONLY�O_CREAT�O_EXCL�hasattrr r �remove�OSError�open�fdopen�close)�filename�fmode�flags�fds ��/builddir/build/BUILDROOT/alt-python312-pip-23.3.1-3.el8.x86_64/opt/alt/python312/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py�_secure_open_writer s� � ��K�K�E� �R�Z�Z�"�)�)� #�#�E� �r�<� � ������ �r�:�� ������ � � � �(�� ����5�%� (�B���y�y��T�"�"�� � �� ��� ����� �s �<B? �)C �? C� C�C&c � � e Zd ZdZ d dd�Zedd�� Zd d�Zdd�Z d dd�Z dd�Z dd �Zy)�_FileCacheMixinz2Shared implementation for both FileCache variants.Nc � � |�ddl m} |}|| _ || _ || _ || _ || _ y # t $ r t d� }t |� �w xY w)Nr )�FileLockz� NOTE: In order to use the FileCache you must have filelock installed. You can install it via pip: pip install filelock ) �filelockr# �ImportErrorr � directory�forever�filemode�dirmode� lock_class)�selfr&