wszystkie opcje
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Pakiet źródłowy: lazy-object-proxy  ]

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

Odnośniki dla python3-lazy-object-proxy

Screenshot

Zasoby systemu Debian:

Pobieranie pakietu źródłowego lazy-object-proxy:

Opiekunowie:

Zasoby zewnętrzne:

Podobne pakiety:

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 .

Inne pakiety związane z python3-lazy-object-proxy

  • wymaga
  • poleca
  • sugeruje
  • enhances

Pobieranie python3-lazy-object-proxy

Pobierz dla wszystkich dostępnych architektur
Architektura Rozmiar pakietu Rozmiar po instalacji Pliki
alpha (port nieoficjalny) 27,4 KiB232,0 KiB [lista plików]
amd64 27,9 KiB176,0 KiB [lista plików]
arm64 27,2 KiB232,0 KiB [lista plików]
armel 25,0 KiB156,0 KiB [lista plików]
armhf 25,2 KiB140,0 KiB [lista plików]
hppa (port nieoficjalny) 27,5 KiB163,0 KiB [lista plików]
i386 27,6 KiB180,0 KiB [lista plików]
ia64 (port nieoficjalny) 28,4 KiB230,0 KiB [lista plików]
m68k (port nieoficjalny) 25,5 KiB165,0 KiB [lista plików]
mips64el 24,8 KiB238,0 KiB [lista plików]
ppc64 (port nieoficjalny) 28,5 KiB234,0 KiB [lista plików]
ppc64el 28,3 KiB232,0 KiB [lista plików]
riscv64 27,5 KiB161,0 KiB [lista plików]
s390x 27,3 KiB176,0 KiB [lista plików]
sh4 (port nieoficjalny) 26,7 KiB229,0 KiB [lista plików]
sparc64 (port nieoficjalny) 25,1 KiB2 156,0 KiB [lista plików]
x32 (port nieoficjalny) 27,5 KiB166,0 KiB [lista plików]