uawdijnntqw1x1x1
IP : 18.191.156.36
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
..
/
..
/
opt
/
alt
/
.
/
python313
/
lib64
/
python3.13
/
pydoc_data
/
..
/
html
/
..
/
asyncio
/
mixins.py
/
/
"""Event loop mixins.""" import threading from . import events _global_lock = threading.Lock() class _LoopBoundMixin: _loop = None def _get_loop(self): loop = events._get_running_loop() if self._loop is None: with _global_lock: if self._loop is None: self._loop = loop if loop is not self._loop: raise RuntimeError(f'{self!r} is bound to a different event loop') return loop
/home/batcwwjx/../../opt/alt/./python313/lib64/python3.13/pydoc_data/../html/../asyncio/mixins.py