[ Pakiet źródłowy: python-async-timeout ]
Pakiet: python3-async-timeout (4.0.2-1)
Odnośniki dla python3-async-timeout
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego 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]
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
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()
Inne pakiety związane z 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
- lub python3 (>> 3.8)
- interactive high-level object-oriented language (default python3 version)
Pobieranie python3-async-timeout
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 7,3 KiB | 38,0 KiB | [lista plików] |