全部搜索项
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: lazy-object-proxy  ]

软件包:python3-lazy-object-proxy(1.9.0-1 以及其他的)

python3-lazy-object-proxy 的相关链接

Screenshot

Debian 的资源:

下载源码包 lazy-object-proxy

维护小组:

外部的资源:

相似软件包:

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.9.0-1+b1 21.0 kB100.0 kB [文件列表]
arm64 1.9.0-1+b1 20.5 kB128.0 kB [文件列表]
armel 1.9.0-1+b1 19.3 kB86.0 kB [文件列表]
armhf 1.9.0-1+b1 19.3 kB82.0 kB [文件列表]
i386 1.9.0-1+b1 21.1 kB102.0 kB [文件列表]
mips64el 1.9.0-1+b1 19.4 kB131.0 kB [文件列表]
mipsel 1.9.0-1+b1 19.5 kB129.0 kB [文件列表]
ppc64el 1.9.0-1+b1 21.6 kB128.0 kB [文件列表]
s390x 1.9.0-1+b1 20.7 kB100.0 kB [文件列表]