Pakiet: python3-lazy-object-proxy (1.7.1-1build1)
Odnośniki dla python3-lazy-object-proxy
Zasoby systemu Trisquel:
- Install using apturl
- Entry at directory.fsf.org
- Raporty o błędach
- Changelog
- Informacje nt. praw autorskich
Pobieranie pakietu źródłowego lazy-object-proxy:
- [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]
Opiekun:
Original Maintainers:
- Sandro Tosi
- Debian Python Team
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
|
|
|
Pobieranie python3-lazy-object-proxy
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
amd64 | 19,7 KiB | 100 KiB | [lista plików] |
arm64 | 18,9 KiB | 96 KiB | [lista plików] |
armhf | 17,4 KiB | 78 KiB | [lista plików] |
i386 | 19,5 KiB | 98 KiB | [lista plików] |
ppc64el | 19,9 KiB | 124 KiB | [lista plików] |