all options
buster  ]
[ Source: lazy-object-proxy  ]

Package: python-lazy-object-proxy (1.3.1-1 and others)

Links for python-lazy-object-proxy

Screenshot

Debian Resources:

Download Source Package lazy-object-proxy:

Maintainers:

External Resources:

Similar packages:

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 .

Other Packages Related to python-lazy-object-proxy

  • depends
  • recommends
  • suggests
  • enhances

Download python-lazy-object-proxy

Download for all available architectures
Architecture Version Package Size Installed Size Files
amd64 1.3.1-1+b1 21.2 kB124.0 kB [list of files]
arm64 1.3.1-1+b1 19.9 kB123.0 kB [list of files]
armel 1.3.1-1+b1 19.6 kB114.0 kB [list of files]
armhf 1.3.1-1+b1 19.5 kB114.0 kB [list of files]
i386 1.3.1-1+b1 21.4 kB122.0 kB [list of files]
mips 1.3.1-1+b1 20.2 kB125.0 kB [list of files]
mips64el 1.3.1-1+b1 20.4 kB126.0 kB [list of files]
mipsel 1.3.1-1+b1 20.4 kB125.0 kB [list of files]
ppc64el 1.3.1-1+b1 20.5 kB163.0 kB [list of files]
s390x 1.3.1-1+b1 21.1 kB131.0 kB [list of files]