[ Источник: python-async-timeout ]
Пакет: python3-async-timeout (4.0.2-1)
Ссылки для python3-async-timeout
Ресурсы Debian:
- Сообщения об ошибках
- Developer Information
- Debian журнал изменений
- Файл авторских прав
- Отслеживание заплат Debian
Исходный код python-async-timeout:
- [python-async-timeout_4.0.2-1.dsc]
- [python-async-timeout_4.0.2.orig.tar.gz]
- [python-async-timeout_4.0.2-1.debian.tar.xz]
Сопровождающие:
Внешние ресурсы:
- Сайт [github.com]
Подобные пакеты:
timeout context manager for asyncio programs in Python
The context manager is useful in cases when you want to apply timeout logic around block of code or in cases when asyncio.wait_for() is not suitable. Also it's much faster than asyncio.wait_for() because timeout doesn't create a new task.
Example:
with timeout(1.5): yield from inner()
Другие пакеты, относящиеся к python3-async-timeout
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python
- или python3 (>> 3.8)
- interactive high-level object-oriented language (default python3 version)
Загрузка python3-async-timeout
Архитектура | Размер пакета | В установленном виде | Файлы |
---|---|---|---|
all | 7,3 Кб | 38,0 Кб | [список файлов] |