| Server IP : 93.86.61.54 / Your IP : 216.73.216.156 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/lockfile/__pycache__/ |
Upload File : |
o
��UV8
� @ sL d dl mZ d dlZd dlZddlmZmZmZmZm Z G dd� de�Z
dS )� )�absolute_importN� )�LockBase� NotLocked� NotMyLock�LockTimeout�
AlreadyLockedc @ sD e Zd ZdZddd�Zddd�Zdd � Zd
d� Zdd
� Zdd� Z dS )�SymlinkLockFilez'Lock access to a file using symlink(2).TNc C s( t �| |||� tj�| j�d | _d S )Nr )r �__init__�os�path�split�unique_name)�selfr �threaded�timeout� r �:/usr/lib/python3/dist-packages/lockfile/symlinklockfile.pyr
s zSymlinkLockFile.__init__c C s� |d ur|n| j }t�� }|d ur|dkr||7 } zt�| j| j� W d S ty^ | �� r3Y d S |d urOt�� |krO|dkrHtd| j ��t
d| j ��t�|d urY|d nd� Y nw q)Nr Tz&Timeout waiting to acquire lock for %sz%s is already locked�
g�������?)r �timer �symlinkr � lock_file�OSError�i_am_lockingr r r �sleep)r r �end_timer r r �acquire s, �����zSymlinkLockFile.acquirec C s<