toutes les options
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Paquet source : lazy-object-proxy  ]

Paquet : python3-lazy-object-proxy (1.5.2-1)

Liens pour python3-lazy-object-proxy

Screenshot

Ressources Debian :

Télécharger le paquet source lazy-object-proxy :

Responsables :

Ressources externes :

Paquets similaires :

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 .

Autres paquets associés à python3-lazy-object-proxy

  • dépendances
  • recommandations
  • suggestions
  • enhances

Télécharger python3-lazy-object-proxy

Télécharger pour toutes les architectures proposées
Architecture Taille du paquet Espace occupé une fois installé Fichiers
amd64 20,0 ko101,0 ko [liste des fichiers]
arm64 19,2 ko97,0 ko [liste des fichiers]
armel 18,1 ko87,0 ko [liste des fichiers]
armhf 18,4 ko79,0 ko [liste des fichiers]
i386 19,9 ko99,0 ko [liste des fichiers]
mips64el 18,2 ko95,0 ko [liste des fichiers]
mipsel 18,2 ko93,0 ko [liste des fichiers]
ppc64el 20,3 ko129,0 ko [liste des fichiers]
s390x 19,5 ko101,0 ko [liste des fichiers]