[ buster ]
[ Paquet source : lazy-object-proxy ]
Paquet : python-lazy-object-proxy (1.3.1-1 et autres)
Liens pour python-lazy-object-proxy
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source lazy-object-proxy :
- [lazy-object-proxy_1.3.1-1.dsc]
- [lazy-object-proxy_1.3.1.orig.tar.gz]
- [lazy-object-proxy_1.3.1-1.debian.tar.xz]
Responsables :
Ressources externes :
- Page d'accueil [github.com]
Paquets similaires :
Python 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 2 version of lazy-object-proxy .
Autres paquets associés à python-lazy-object-proxy
|
|
|
|
-
- dep: libc6 (>= 2.4)
- bibliothèque C GNU : bibliothèques partagées
un paquet virtuel est également fourni par libc6-udeb
-
- dep: python
- langage interactif de haut niveau orienté objet (version Python2)
- dep: python (<< 2.8)
- dep: python (>= 2.7~)
Télécharger python-lazy-object-proxy
Architecture | Version | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|---|
i386 | 1.3.1-1+b1 | 21,4 ko | 122,0 ko | [liste des fichiers] |