Если запустить 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
#TLM/USDT analysis :
#TLM has successfully broken out and retested the previous swing high level. The price is expected to rebound from this point and test the previous highs again.
TF : 1W
Entry : $0.01480
Target : $0.02400/$0.03260
SL : $0.01067
#TLM/USDT analysis :
#TLM is on the upswing, creating higher highs (HHs) and higher lows (HLs) above the 200-period exponential moving average (200 EMA). Currently, the price is undergoing a corrective pullback. It's probable that it will test the support zone and then rebound from there to sustain its bullish momentum and aim to revisit previous highs.
TF : 1h
Entry : $0.01160
Target : $0.01209
SL : $0.01128
#TLM/USDT analysis :
#TLM is presently in an uptrend, forming higher highs (HHs) and higher lows (HLs). The price is currently trading above the support zone and is projected to rebound from there to sustain its bullish momentum and retest previous highs.
TF : 1h
Entry : $0.01093
Target : $0.01144
SL : $0.01056