всички настройки
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Източник: lazy-object-proxy  ]

Пакет: python3-lazy-object-proxy (1.5.2-1)

Връзки за python3-lazy-object-proxy

Screenshot

Ресурси за Debian:

Изтегляне на пакет-източник lazy-object-proxy.

Отговорници:

Външни препратки:

Подобни пакети:

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

  • зависимости
  • препоръчани
  • предложени
  • enhances

Изтегляне на python3-lazy-object-proxy

Изтегляне за всички налични архитектури
Архитектура Големина на пакета Големина след инсталиране Файлове
amd64 20,0 кБ101,0 кБ [списък на файловете]
arm64 19,2 кБ97,0 кБ [списък на файловете]
armel 18,1 кБ87,0 кБ [списък на файловете]
armhf 18,4 кБ79,0 кБ [списък на файловете]
i386 19,9 кБ99,0 кБ [списък на файловете]
mips64el 18,2 кБ95,0 кБ [списък на файловете]
mipsel 18,2 кБ93,0 кБ [списък на файловете]
ppc64el 20,3 кБ129,0 кБ [списък на файловете]
s390x 19,5 кБ101,0 кБ [списък на файловете]