all options
buster  ]
[ Source: lazy-object-proxy  ]

Пакунок: python-lazy-object-proxy (1.3.1-1 and others)

Links for python-lazy-object-proxy

Screenshot

Debian Resources:

Download Source Package lazy-object-proxy:

Maintainers:

External Resources:

Similar packages:

Python 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 2 version of lazy-object-proxy .

Інші пакунки пов'язані з python-lazy-object-proxy

  • depends
  • recommends
  • suggests
  • enhances

Завантажити python-lazy-object-proxy

Завантаження для всіх доступних архітектур
Архітектура Версія Розмір пакунка Розмір після встановлення Файли
amd64 1.3.1-1+b1 21.2 kB124.0 kB [список файлів]
arm64 1.3.1-1+b1 19.9 kB123.0 kB [список файлів]
armhf 1.3.1-1+b1 19.5 kB114.0 kB [список файлів]
i386 1.3.1-1+b1 21.4 kB122.0 kB [список файлів]