Binary package “python3-lazy-object-proxy” in ubuntu lunar
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 .
Source package
Published versions
- python3-lazy-object-proxy 1.7.1-2 in amd64 (Release)
- python3-lazy-object-proxy 1.9.0-1build1 in amd64 (Proposed)
- python3-lazy-object-proxy 1.9.0-1build1 in amd64 (Release)
- python3-lazy-object-proxy 1.7.1-2 in arm64 (Release)
- python3-lazy-object-proxy 1.9.0-1build1 in arm64 (Proposed)
- python3-lazy-object-proxy 1.9.0-1build1 in arm64 (Release)
- python3-lazy-object-proxy 1.7.1-2 in armhf (Release)
- python3-lazy-object-proxy 1.9.0-1build1 in armhf (Proposed)
- python3-lazy-object-proxy 1.9.0-1build1 in armhf (Release)
- python3-lazy-object-proxy 1.7.1-2 in i386 (Release)
- python3-lazy-object-proxy 1.9.0-1build1 in i386 (Proposed)
- python3-lazy-object-proxy 1.9.0-1build1 in i386 (Release)
- python3-lazy-object-proxy 1.7.1-2 in ppc64el (Release)
- python3-lazy-object-proxy 1.9.0-1build1 in ppc64el (Proposed)
- python3-lazy-object-proxy 1.9.0-1build1 in ppc64el (Release)
- python3-lazy-object-proxy 1.7.1-2 in riscv64 (Release)
- python3-lazy-object-proxy 1.9.0-1build1 in riscv64 (Proposed)
- python3-lazy-object-proxy 1.9.0-1build1 in riscv64 (Release)
- python3-lazy-object-proxy 1.7.1-2 in s390x (Release)
- python3-lazy-object-proxy 1.9.0-1build1 in s390x (Proposed)
- python3-lazy-object-proxy 1.9.0-1build1 in s390x (Release)