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

Package: python3-lazy-object-proxy (1.10.0-3)

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
alpha (unofficial port) 27.4 kB232.0 kB [list of files]
amd64 27.9 kB176.0 kB [list of files]
arm64 27.2 kB232.0 kB [list of files]
armel 25.0 kB156.0 kB [list of files]
armhf 25.2 kB140.0 kB [list of files]
hppa (unofficial port) 27.5 kB163.0 kB [list of files]
i386 27.6 kB180.0 kB [list of files]
ia64 (unofficial port) 28.4 kB230.0 kB [list of files]
m68k (unofficial port) 25.5 kB165.0 kB [list of files]
mips64el 24.8 kB238.0 kB [list of files]
ppc64 (unofficial port) 28.5 kB234.0 kB [list of files]
ppc64el 28.3 kB232.0 kB [list of files]
riscv64 27.5 kB161.0 kB [list of files]
s390x 27.3 kB176.0 kB [list of files]
sh4 (unofficial port) 26.7 kB229.0 kB [list of files]
sparc64 (unofficial port) 25.1 kB2,156.0 kB [list of files]
x32 (unofficial port) 27.5 kB166.0 kB [list of files]