Если запустить 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
There’s a bird that smells like manure. The hoatzin, a bird found in the Amazon rainforest, has earned the nickname “the stinkbird.” Its digestive system ferments leaves the way cows digest grass, producing a strong manure-like smell. Because of this, predators often avoid it—not because it’s dangerous, but because it smells terrible.
@googlefactss#birds
[read more....]
The Argentine lake duck (Oxyura vittata) holds the record for the longest penis of any vertebrate relative to its body size. Males possess a corkscrew-shaped, spiny, and often-retracted organ that can measure up to 20 cm (nearly 8 inches).
@googlefactss#birds