[ 源代码: lazy-object-proxy ]
软件包:python3-lazy-object-proxy(1.10.0-3 以及其他的)
python3-lazy-object-proxy 的相关链接
Debian 的资源:
下载源码包 lazy-object-proxy:
- [lazy-object-proxy_1.10.0-3.dsc]
- [lazy-object-proxy_1.10.0.orig.tar.gz]
- [lazy-object-proxy_1.10.0-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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 .
其他与 python3-lazy-object-proxy 有关的软件包
|
|
|
|
下载 python3-lazy-object-proxy
硬件架构 | 版本 | 软件包大小 | 安装后大小 | 文件 |
---|---|---|---|---|
amd64 | 1.10.0-3+b1 | 24.6 kB | 136.0 kB | [文件列表] |
arm64 | 1.10.0-3+b2 | 23.9 kB | 164.0 kB | [文件列表] |
armel | 1.10.0-3+b1 | 22.8 kB | 126.0 kB | [文件列表] |
armhf | 1.10.0-3+b1 | 22.8 kB | 118.0 kB | [文件列表] |
i386 | 1.10.0-3+b1 | 24.5 kB | 138.0 kB | [文件列表] |
mips64el | 1.10.0-3+b1 | 22.8 kB | 167.0 kB | [文件列表] |
ppc64el | 1.10.0-3+b1 | 24.9 kB | 164.0 kB | [文件列表] |
riscv64 | 1.10.0-3+b1 | 24.2 kB | 129.0 kB | [文件列表] |
s390x | 1.10.0-3+b1 | 24.1 kB | 136.0 kB | [文件列表] |