すべてのオプション
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ ソース: lazy-object-proxy  ]

パッケージ: python3-lazy-object-proxy (1.10.0-3)

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 関連パッケージ

  • 依存
  • 推奨
  • 提案
  • enhances

python3-lazy-object-proxy のダウンロード

すべての利用可能アーキテクチャ向けのダウンロード
アーキテクチャ パッケージサイズ インストールサイズ ファイル
alpha (非公式の移植版) 27.4 kB232.0 kB [ファイル一覧]
amd64 27.9 kB176.0 kB [ファイル一覧]
arm64 27.2 kB232.0 kB [ファイル一覧]
armel 25.0 kB156.0 kB [ファイル一覧]
armhf 25.2 kB140.0 kB [ファイル一覧]
hppa (非公式の移植版) 27.5 kB163.0 kB [ファイル一覧]
i386 27.6 kB180.0 kB [ファイル一覧]
ia64 (非公式の移植版) 28.4 kB230.0 kB [ファイル一覧]
m68k (非公式の移植版) 25.5 kB165.0 kB [ファイル一覧]
mips64el 24.8 kB238.0 kB [ファイル一覧]
ppc64 (非公式の移植版) 28.5 kB234.0 kB [ファイル一覧]
ppc64el 28.3 kB232.0 kB [ファイル一覧]
riscv64 27.5 kB161.0 kB [ファイル一覧]
s390x 27.3 kB176.0 kB [ファイル一覧]
sh4 (非公式の移植版) 26.7 kB229.0 kB [ファイル一覧]
sparc64 (非公式の移植版) 25.1 kB2,156.0 kB [ファイル一覧]
x32 (非公式の移植版) 27.5 kB166.0 kB [ファイル一覧]