python3-lazy-object-proxy binary package in openKylin Yangtze V1.0 amd64

 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 .

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2023-07-05 02:36:19 UTC Published openKylin Yangtze V1.0 amd64 release main python Optional 1.9.0-ok1
  • Published
  • Copied from openkylin yangtze-proposed amd64 in Primary Archive for openKylin
  2023-03-21 01:35:42 UTC Published openKylin Yangtze V1.0 amd64 proposed main python Optional 1.9.0-ok1
  • Published
  2022-07-22 13:32:07 UTC Deleted openKylin Yangtze V1.0 amd64 proposed main python Optional 1.4.3-ok1
  • Removed from disk .
  • Removal requested .
  • Deleted by xiewei
  • Published