[ Pakiet źródłowy: lazy-object-proxy ]
Pakiet: python3-lazy-object-proxy (1.10.0-3 i inne)
Odnośniki dla python3-lazy-object-proxy
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 lazy-object-proxy:
- [lazy-object-proxy_1.10.0-3.dsc]
- [lazy-object-proxy_1.10.0.orig.tar.gz]
- [lazy-object-proxy_1.10.0-3.debian.tar.xz]
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
Python 3 fast and thorough lazy object proxy
A lazy object proxy is an object that wraps a callable but defers the call until the object is actually required, and caches the result of said call.
These kinds of objects are useful in resolving various dependency issues, few examples:
* Objects that need to held circular references at each other, but at different stages. To instantiate object Foo you need an instance of Bar. Instance of Bar needs an instance of Foo in some of it methods (but not at construction). Circular imports sound familiar?
* Performance sensitive code. You don't know ahead of time what you're going to use but you don't want to pay for allocating all the resources at the start as you usually need just few of them.
This package contains the Python 3 version of lazy-object-proxy .
Inne pakiety związane z python3-lazy-object-proxy
|
|
|
|
-
- dep: libc6 (>= 2.17) [arm64, ppc64el]
- Biblioteka GNU C: biblioteki współdzielone
również pakiet wirtualny udostępniany przez libc6-udeb
- dep: libc6 (>= 2.27) [riscv64]
- dep: libc6 (>= 2.4) [nie arm64, ppc64el, riscv64]
-
- dep: python3
- Interaktywny, wysokopoziomowy i obiektowy język programowania (domyślna wersja Python 3)
- dep: python3 (<< 3.13)
- dep: python3 (>= 3.12~)
Pobieranie python3-lazy-object-proxy
Architektura | Wersja | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|---|
amd64 | 1.10.0-3+b1 | 24,6 KiB | 136,0 KiB | [lista plików] |
arm64 | 1.10.0-3+b2 | 23,9 KiB | 164,0 KiB | [lista plików] |
armel | 1.10.0-3+b1 | 22,8 KiB | 126,0 KiB | [lista plików] |
armhf | 1.10.0-3+b1 | 22,8 KiB | 118,0 KiB | [lista plików] |
i386 | 1.10.0-3+b1 | 24,5 KiB | 138,0 KiB | [lista plików] |
mips64el | 1.10.0-3+b1 | 22,8 KiB | 167,0 KiB | [lista plików] |
ppc64el | 1.10.0-3+b1 | 24,9 KiB | 164,0 KiB | [lista plików] |
riscv64 | 1.10.0-3+b1 | 24,2 KiB | 129,0 KiB | [lista plików] |
s390x | 1.10.0-3+b1 | 24,1 KiB | 136,0 KiB | [lista plików] |