TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #422 · 30 мар.

Если запустить 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

Резултати

Пронајдени 1 слични објави

Пребарај: #detoxdroid

当前筛选 #detoxdroid清除筛选
Libreware

@libreware · Post #1042 · 14.02.2022 г., 05:11

DetoxDroid Use your phone rather than letting your phone use you. DetoxDroid app follows a different approach by stripping away all the attention-grabbing and manipulative features of other apps. DetoxDroid does not require you to choose a time and place when you want to "detox", or punish you if you fail. Instead, it aims to enable you to use your phone rather than letting your phone use you. Features : 1. Grayscale Your Screen While Making Exceptions 2. Automatically enter the "Do Not Disturb" mode 3. Make Apps Disappear 4. Break "Infinite Scrolling" on your screen 5. Opt-out > Opt-in Download - https://github.com/flxapps/DetoxDroid/releases https://github.com/flxapps/DetoxDroid #DetoxDroid#detox#health @foss_Android