| Server IP : 93.115.150.27 / Your IP : 216.73.216.221 Web Server : LiteSpeed System : Linux host2.azar.host 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 User : dorfakkh ( 1797) PHP Version : 8.1.34 Disable Function : show_source, system, passthru, exec, popen, proc_open, mail MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/cloudlinux/venv/lib64/python3.11/site-packages/filelock/__pycache__/ |
Upload File : |
�
�|oi� � �^ � d dl mZ d dlZd dlZd dlZd dlmZmZ d dlm Z dd �Z
dd�Zdd
gZdS )� )�annotationsN)�EACCES�EISDIR)�Path�filename�str�return�Nonec �l � t j | � � }n# t $ r Y dS w xY w|j dk r|j t j z st
t d| � � �t j |j � � r>t j
dk rt
t d| � � �t t d| � � �dS dS )a/
Raise an exception if attempting to open the file for writing would fail.
This is done so files that will never be writable can be separated from
files that are writable but currently locked
:param filename: file to check
:raises OSError: as if the file was opened for writing.
Nr zPermission denied�win32zIs a directory)
�os�stat�OSError�st_mtime�st_mode�S_IWUSR�PermissionErrorr �S_ISDIR�sys�platform�IsADirectoryErrorr )r � file_stats �`/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib/python3.11/site-packages/filelock/_util.py�raise_on_not_writable_filer
s� � ���G�H�%�%� � ��� � � �������� ��Q����!�D�L�0� I�!�&�*=�x�H�H�H��<� �)�*�*� L��|�w�&�&�%�f�.A�8�L�L�L� (��0@�(�K�K�K� �� L� Ls � �
%�%�
Path | strc �X � t | � � j � dd�� � dS )zm
Ensure the directory containing the file exists (create it if necessary)
:param filename: file.
T)�parents�exist_okN)r �parent�mkdir)r s r �ensure_directory_existsr! $ s, � �
��N�N�����t��<�<�<�<�<� r r! )r r r r
)r r r r
)
�
__future__r r
r r �errnor r �pathlibr r r! �__all__� r"