[ Источник: lazy-object-proxy ]
Пакет: python3-lazy-object-proxy (1.5.2-1)
Ссылки для python3-lazy-object-proxy
Ресурсы Debian:
- Сообщения об ошибках
- Developer Information
- Debian журнал изменений
- Файл авторских прав
- Отслеживание заплат Debian
Исходный код lazy-object-proxy:
- [lazy-object-proxy_1.5.2-1.dsc]
- [lazy-object-proxy_1.5.2.orig.tar.xz]
- [lazy-object-proxy_1.5.2-1.debian.tar.xz]
Сопровождающие:
Внешние ресурсы:
- Сайт [github.com]
Подобные пакеты:
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
|
|
|
|
-
- dep: libc6 (>= 2.4)
- библиотека GNU C: динамически подключаемые библиотеки
также виртуальный пакет, предоставляемый libc6-udeb
-
- dep: python3
- интерактивный высокоуровневый объектно-ориентированный язык (версия python3 по умолчанию)
- dep: python3 (<< 3.10)
- dep: python3 (>= 3.9~)
Загрузка python3-lazy-object-proxy
Архитектура | Размер пакета | В установленном виде | Файлы |
---|---|---|---|
i386 | 19,9 Кб | 99,0 Кб | [список файлов] |