We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
Since cpython 3.8, there ispython -m asyncio repl, which directly supportawait-family statements like:
python -m asyncio
await
>>>awaitasyncpg.connect(...)
But, it lacks of bpython features. Will this mode be implemented in bpython?