PHP 8.0.30
Preview: lock.py Size: 747 B
//opt/alt/python37/lib64/python3.7/site-packages/cffi/lock.py

import sys

if sys.version_info < (3,):
    try:
        from thread import allocate_lock
    except ImportError:
        from dummy_thread import allocate_lock
else:
    try:
        from _thread import allocate_lock
    except ImportError:
        from _dummy_thread import allocate_lock


##import sys
##l1 = allocate_lock

##class allocate_lock(object):
##    def __init__(self):
##        self._real = l1()
##    def __enter__(self):
##        for i in range(4, 0, -1):
##            print sys._getframe(i).f_code
##        print
##        return self._real.__enter__()
##    def __exit__(self, *args):
##        return self._real.__exit__(*args)
##    def acquire(self, f):
##        assert f is False
##        return self._real.acquire(f)

Directory Contents

Dirs: 1 × Files: 20

Name Size Perms Modified Actions
- drwxr-xr-x 2023-05-13 02:18:17
Edit Download
41.08 KB lrw-r--r-- 2020-02-07 15:40:09
Edit Download
41.46 KB lrw-r--r-- 2020-02-07 15:40:09
Edit Download
5.59 KB lrw-r--r-- 2020-02-07 15:40:09
Edit Download
2.63 KB lrw-r--r-- 2020-02-07 15:40:09
Edit Download
41.08 KB lrw-r--r-- 2020-02-07 15:40:09
Edit Download
877 B lrw-r--r-- 2020-02-07 15:40:09
Edit Download
3.95 KB lrw-r--r-- 2020-02-07 15:40:09
Edit Download
747 B lrw-r--r-- 2020-02-07 15:40:09
Edit Download
21.17 KB lrw-r--r-- 2020-02-07 15:40:09
Edit Download
5.84 KB lrw-r--r-- 2020-02-07 15:40:09
Edit Download
4.27 KB lrw-r--r-- 2020-02-07 15:40:09
Edit Download
61.74 KB lrw-r--r-- 2020-02-07 15:40:09
Edit Download
8.64 KB lrw-r--r-- 2020-02-07 15:40:09
Edit Download
42.30 KB lrw-r--r-- 2020-02-07 15:40:09
Edit Download
26.05 KB lrw-r--r-- 2020-02-07 15:40:09
Edit Download
10.94 KB lrw-r--r-- 2020-02-07 15:40:09
Edit Download
3.77 KB lrw-r--r-- 2020-02-07 15:40:09
Edit Download
13.17 KB lrw-r--r-- 2020-02-07 15:40:09
Edit Download
17.00 KB lrw-r--r-- 2020-02-07 15:40:09
Edit Download
513 B lrw-r--r-- 2020-02-07 15:40:09
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).