все параметры
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Источник: lazy-object-proxy  ]

Пакет: python3-lazy-object-proxy (1.9.0-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 1.9.0-1+b1 21,0 Кб100,0 Кб [список файлов]
arm64 1.9.0-1+b1 20,5 Кб128,0 Кб [список файлов]
armel 1.9.0-1+b1 19,3 Кб86,0 Кб [список файлов]
armhf 1.9.0-1+b1 19,3 Кб82,0 Кб [список файлов]
i386 1.9.0-1+b1 21,1 Кб102,0 Кб [список файлов]
mips64el 1.9.0-1+b1 19,4 Кб131,0 Кб [список файлов]
mipsel 1.9.0-1+b1 19,5 Кб129,0 Кб [список файлов]
ppc64el 1.9.0-1+b1 21,6 Кб128,0 Кб [список файлов]
s390x 1.9.0-1+b1 20,7 Кб100,0 Кб [список файлов]