Server IP : 192.158.238.246 / Your IP : 18.189.143.114 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python38/lib/python3.8/site-packages/daemon/__pycache__/ |
Upload File : |
U {�1`� � @ s6 d Z ddlmZmZ ddlmZ G dd� dee�ZdS )z8 Lockfile behaviour implemented via Unix PID files. � )�absolute_import�unicode_literals)�PIDLockFilec s0 e Zd ZdZd� fdd� Zd� fdd� Z� ZS ) �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 s || _ t� j|f|�|� 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__� �?/opt/alt/python38/lib/python3.8/site-packages/daemon/pidfile.pyr s zTimeoutPIDLockFile.__init__c s&