Alle Optionen
buster  ]
[ Quellcode: lazy-object-proxy  ]

Paket: python-lazy-object-proxy (1.3.1-1 und andere)

Links für python-lazy-object-proxy

Screenshot

Debian-Ressourcen:

Quellcode-Paket lazy-object-proxy herunterladen:

Betreuer:

Externe Ressourcen:

Ähnliche Pakete:

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 .

Andere Pakete mit Bezug zu python-lazy-object-proxy

  • hängt ab von
  • empfiehlt
  • schlägt vor
  • erweitert

python-lazy-object-proxy herunterladen

Download für alle verfügbaren Architekturen
Architektur Version Paketgröße Größe (installiert) Dateien
amd64 1.3.1-1+b1 21,2 kB124,0 kB [Liste der Dateien]
arm64 1.3.1-1+b1 19,9 kB123,0 kB [Liste der Dateien]
armhf 1.3.1-1+b1 19,5 kB114,0 kB [Liste der Dateien]
i386 1.3.1-1+b1 21,4 kB122,0 kB [Liste der Dateien]