Если запустить REPL с модулем asyncio, то вы входите в особый асинхронный REPL.
user@host:~$ python -m asyncio
asyncio REPL 3.12.7 ...
Use "await" directly instead of "asyncio.run()".
>>> import asyncio
>>>
В этом режиме
- создаётся и настраивается event loop
- уже импортирован asyncio
- работает await на верхнем уровне
То есть такая команда сработает без ошибок!
await asyncio.sleep(3)
Удобно для тестирования асинхронных функций без создания ивентлупов и остальной обвязки.
Работает в: 3.8+
#tricks#async
🌍 Nearly half of all quinoa grown worldwide comes from just two regions in the Andes Mountains of Bolivia and Peru, where unique high-altitude conditions make large-scale farming possible. ✨
#agriculture⚡#Andes⚡#crops⚡#geography⚡#nature⚡#earth
👉subscribe Amazing Geography
👉more Channels
🌍 Bananas are the world’s most-exported fruit, yet nearly all commercial bananas are genetic clones. This makes plantations worldwide vulnerable to the same diseases spreading rapidly. ✨
#agriculture⚡#crops⚡#food⚡#geography⚡#nature⚡#earth
👉subscribe Amazing Geography🌍
🌍 Wheat is grown on more land than any other crop worldwide. Over 215 million hectares—from Russian steppes to Canadian prairies—are covered with wheat fields each year. ✨
#agriculture⚡#crops⚡#food⚡#geography⚡#nature⚡#earth
👉subscribe Amazing Geography🌍
🌍 Palm oil plantations now cover over 19 million hectares worldwide, mainly in Indonesia and Malaysia. This rapid expansion has made Southeast Asia the top global supplier of edible vegetable oil. ✨
#agriculture⚡#crops⚡#landuse⚡#geography⚡#nature⚡#earth
👉subscribe Amazing Geography
👉more Channels