Pakiet: python3-aiosignal (1.3.1-1)
Odnośniki dla python3-aiosignal
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 aiosignal:
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
manage callbacks in asyncio projects
Signal is a list of registered asynchronous callbacks.
The signal's life-cycle has two stages: after creation its content could be filled by using standard list operations: `sig.append()` etc.
After you call `sig.freeze()` the signal is frozen: adding, removing and dropping callbacks is forbidden.
The only available operation is calling the previously registered callbacks by using `await sig.send(data)`.
Inne pakiety związane z python3-aiosignal
|
|
|
|
-
- dep: python3
- Interaktywny, wysokopoziomowy i obiektowy język programowania (domyślna wersja Python 3)
-
- dep: python3-frozenlist
- list-like structure which implements collections.abc.MutableSequence
Pobieranie python3-aiosignal
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 5,9 KiB | 30,0 KiB | [lista plików] |