Paket: python3-lazy-object-proxy (1.7.1-1build1)
Links für python3-lazy-object-proxy
Trisquel-Ressourcen:
Quellcode-Paket lazy-object-proxy herunterladen:
- [lazy-object-proxy_1.7.1-1build1.dsc]
- [lazy-object-proxy_1.7.1.orig.tar.xz]
- [lazy-object-proxy_1.7.1-1build1.debian.tar.xz]
Betreuer:
Original Maintainers:
- Sandro Tosi
- Debian Python Team
Externe Ressourcen:
- Homepage [github.com]
Ähnliche Pakete:
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 .
Andere Pakete mit Bezug zu python3-lazy-object-proxy
|
|
|
-
- dep: libc6 (>= 2.17) [arm64, ppc64el]
- GNU C Library: Shared libraries
auch ein virtuelles Paket, bereitgestellt durch libc6-udeb
- dep: libc6 (>= 2.4) [nicht arm64, ppc64el]
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.11)
- dep: python3 (>= 3.10~)
python3-lazy-object-proxy herunterladen
Architektur | Paketgröße | Größe (installiert) | Dateien |
---|---|---|---|
amd64 | 19,7 kB | 100 kB | [Liste der Dateien] |
arm64 | 18,9 kB | 96 kB | [Liste der Dateien] |
armhf | 17,4 kB | 78 kB | [Liste der Dateien] |
i386 | 19,5 kB | 98 kB | [Liste der Dateien] |
ppc64el | 19,9 kB | 124 kB | [Liste der Dateien] |