alla flaggor
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Källkod: lazy-object-proxy  ]

Paket: python3-lazy-object-proxy (1.10.0-3)

Länkar för python3-lazy-object-proxy

Screenshot

Debianresurser:

Hämta källkodspaketet lazy-object-proxy:

Ansvariga:

Externa resurser:

Liknande paket:

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
  • enhances

Hämta python3-lazy-object-proxy

Hämtningar för alla tillgängliga arkitekturer
Arkitektur Paketstorlek Installerad storlek Filer
alpha (inofficiell anpassning) 27,4 kbyte232,0 kbyte [filförteckning]
amd64 27,9 kbyte176,0 kbyte [filförteckning]
arm64 27,2 kbyte232,0 kbyte [filförteckning]
armel 25,0 kbyte156,0 kbyte [filförteckning]
armhf 25,2 kbyte140,0 kbyte [filförteckning]
hppa (inofficiell anpassning) 27,5 kbyte163,0 kbyte [filförteckning]
i386 27,6 kbyte180,0 kbyte [filförteckning]
ia64 (inofficiell anpassning) 28,4 kbyte230,0 kbyte [filförteckning]
m68k (inofficiell anpassning) 25,5 kbyte165,0 kbyte [filförteckning]
mips64el 24,8 kbyte238,0 kbyte [filförteckning]
ppc64 (inofficiell anpassning) 28,5 kbyte234,0 kbyte [filförteckning]
ppc64el 28,3 kbyte232,0 kbyte [filförteckning]
riscv64 27,5 kbyte161,0 kbyte [filförteckning]
s390x 27,3 kbyte176,0 kbyte [filförteckning]
sh4 (inofficiell anpassning) 26,7 kbyte229,0 kbyte [filförteckning]
sparc64 (inofficiell anpassning) 25,1 kbyte2.156,0 kbyte [filförteckning]
x32 (inofficiell anpassning) 27,5 kbyte166,0 kbyte [filförteckning]