| Server IP : 198.38.94.13 / Your IP : 216.73.217.33 Web Server : Apache System : Linux d4744.dxb1.stableserver.net 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : revivere ( 1140) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/local/lib/python3.9/site-packages/pexpect/__pycache__/ |
Upload File : |
a
�h� � @ sF d Z ddlmZ edkr.ddlmZmZmZ nddlmZmZmZ dS )a� Facade that provides coroutines implementation pertinent to running Py version.
Python 3.5 introduced the async def/await syntax keyword.
With later versions coroutines and methods to get the running asyncio loop are
being deprecated, not supported anymore.
For Python versions later than 3.6, coroutines and objects that are defined via
``async def``/``await`` keywords are imported.
Here the code is just imported, to provide the same interface to older code.
� )�version_info)� � )�
PatternWaiter�expect_async�repl_run_command_asyncN) �__doc__�sysr �py_version_infoZpexpect._async_w_awaitr r r Zpexpect._async_pre_await� r r �8/usr/local/lib/python3.9/site-packages/pexpect/_async.py�<module> s