Skip to content
Sections
>> Trisquel >> Paket >> aramo >> python >> python3-lazy-object-proxy
etiona  ] [  nabia  ] [  aramo  ]
[ Källkod: lazy-object-proxy  ]

Paket: python3-lazy-object-proxy (1.7.1-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 .

Andra paket besläktade med python3-lazy-object-proxy

  • beror
  • rekommenderar
  • föreslår
  • dep: libc6 (>= 2.17) [arm64, ppc64el]
    GNU C Library: Shared libraries
    också ett virtuellt paket som tillhandahålls av libc6-udeb
    dep: libc6 (>= 2.4) [ej arm64, ppc64el]
  • dep: python3
    interactive high-level object-oriented language (default python3 version)
    dep: python3 (<< 3.11)
    dep: python3 (>= 3.10~)

Hämta python3-lazy-object-proxy

Hämtningar för alla tillgängliga arkitekturer
Arkitektur Paketstorlek Installerad storlek Filer
amd64 19,7 kbyte100 kbyte [filförteckning]
arm64 18,9 kbyte96 kbyte [filförteckning]
armhf 17,4 kbyte78 kbyte [filförteckning]
i386 19,5 kbyte98 kbyte [filförteckning]
ppc64el 19,9 kbyte124 kbyte [filförteckning]