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