Current Path: > > lib > python2.7 > site-packages > pip > _vendor > lockfile
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__init__.py | File | 9371 bytes | April 21 2022 18:08:21. | |
__init__.pyc | File | 12112 bytes | April 21 2022 18:08:34. | |
__init__.pyo | File | 12112 bytes | April 21 2022 18:08:34. | |
linklockfile.py | File | 2652 bytes | April 21 2022 18:08:21. | |
linklockfile.pyc | File | 2909 bytes | April 21 2022 18:08:34. | |
linklockfile.pyo | File | 2909 bytes | April 21 2022 18:08:34. | |
mkdirlockfile.py | File | 3096 bytes | April 21 2022 18:08:21. | |
mkdirlockfile.pyc | File | 3426 bytes | April 21 2022 18:08:34. | |
mkdirlockfile.pyo | File | 3426 bytes | April 21 2022 18:08:34. | |
pidlockfile.py | File | 6090 bytes | April 21 2022 18:08:21. | |
pidlockfile.pyc | File | 5909 bytes | April 21 2022 18:08:34. | |
pidlockfile.pyo | File | 5909 bytes | April 21 2022 18:08:34. | |
sqlitelockfile.py | File | 5506 bytes | April 21 2022 18:08:21. | |
sqlitelockfile.pyc | File | 4703 bytes | April 21 2022 18:08:34. | |
sqlitelockfile.pyo | File | 4703 bytes | April 21 2022 18:08:34. | |
symlinklockfile.py | File | 2616 bytes | April 21 2022 18:08:21. | |
symlinklockfile.pyc | File | 2825 bytes | April 21 2022 18:08:34. | |
symlinklockfile.pyo | File | 2825 bytes | April 21 2022 18:08:34. |
� ��abc @@ s� d Z d d l m Z d d l Z d d l Z d d l Z d d l m Z m Z m Z m Z m Z m Z d e f d � � YZ d � Z d � Z d � Z d S( s8 Lockfile behaviour implemented via Unix PID files. i ( t absolute_importNi ( t LockBaset AlreadyLockedt LockFailedt NotLockedt NotMyLockt LockTimeoutt PIDLockFilec B@ sV e Z d Z e d d � Z d � Z d � Z d � Z d d � Z d � Z d � Z RS( sA Lockfile implemented as a Unix PID file. The lock file is a normal file named by the attribute `path`. A lock's PID file contains a single line of text, containing the process ID (PID) of the process that acquired the lock. >>> lock = PIDLockFile('somefile') >>> lock = PIDLockFile('somefile') c C@ s&