Skip to content
Sections
>> Trisquel >> 套件 >> nabia >> python >> python3-lazy-object-proxy
etiona  ] [  nabia  ] [  aramo  ]
[ 原始碼: lazy-object-proxy  ]

套件: python3-lazy-object-proxy (1.4.3-1build1)

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 有關的套件

  • 依賴
  • 推薦
  • 建議
  • dep: libc6 (>= 2.4)
    GNU C Library: Shared libraries
    同時作為一個虛擬套件由這些套件提供: libc6-udeb
  • dep: python3
    interactive high-level object-oriented language (default python3 version)
    dep: python3 (<< 3.9)
    dep: python3 (>= 3.8~)

下載 python3-lazy-object-proxy

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
amd64 17.4 kB96 kB [文件列表]
armhf 15.6 kB74 kB [文件列表]