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

パッケージ: python-lazy-object-proxy (1.3.1-1 など)

python-lazy-object-proxy に関するリンク

Screenshot

Debian の資源:

lazy-object-proxy ソースパッケージをダウンロード:

メンテナ:

外部の資源:

類似のパッケージ:

Python 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 2 version of lazy-object-proxy .

その他の python-lazy-object-proxy 関連パッケージ

  • 依存
  • 推奨
  • 提案
  • enhances

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

すべての利用可能アーキテクチャ向けのダウンロード
アーキテクチャ バージョン パッケージサイズ インストールサイズ ファイル
amd64 1.3.1-1+b1 21.2 kB124.0 kB [ファイル一覧]
arm64 1.3.1-1+b1 19.9 kB123.0 kB [ファイル一覧]
armhf 1.3.1-1+b1 19.5 kB114.0 kB [ファイル一覧]
i386 1.3.1-1+b1 21.4 kB122.0 kB [ファイル一覧]