all options
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Source: lazy-object-proxy  ]

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

Links for python3-lazy-object-proxy

Screenshot

Debian Resources:

Download Source Package lazy-object-proxy:

Maintainers:

External Resources:

Similar packages:

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 .

Other Packages Related to python3-lazy-object-proxy

  • depends
  • recommends
  • suggests
  • enhances

Download python3-lazy-object-proxy

Download for all available architectures
Architecture Package Size Installed Size Files
amd64 20.0 kB101.0 kB [list of files]
arm64 19.2 kB97.0 kB [list of files]
armel 18.1 kB87.0 kB [list of files]
armhf 18.4 kB79.0 kB [list of files]
i386 19.9 kB99.0 kB [list of files]
mips64el 18.2 kB95.0 kB [list of files]
mipsel 18.2 kB93.0 kB [list of files]
ppc64el 20.3 kB129.0 kB [list of files]
s390x 19.5 kB101.0 kB [list of files]