[ Източник: lazy-object-proxy ]
Пакет: python3-lazy-object-proxy (1.10.0-3 и други)
Връзки за python3-lazy-object-proxy
Ресурси за Debian:
- Доклади за грешки
- Developer Information
- Журнал на промените в Debian
- Авторски права
- Управление на кръпките в Debian
Изтегляне на пакет-източник lazy-object-proxy.
- [lazy-object-proxy_1.10.0-3.dsc]
- [lazy-object-proxy_1.10.0.orig.tar.gz]
- [lazy-object-proxy_1.10.0-3.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.17) [arm64, ppc64el]
- GNU C Library: Shared libraries
също и виртуален пакет, предлаган от libc6-udeb
- dep: libc6 (>= 2.27) [riscv64]
- dep: libc6 (>= 2.4) [не arm64, ppc64el, riscv64]
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.13)
- dep: python3 (>= 3.12~)
Изтегляне на python3-lazy-object-proxy
Архитектура | Версия | Големина на пакета | Големина след инсталиране | Файлове |
---|---|---|---|---|
amd64 | 1.10.0-3+b1 | 24,6 кБ | 136,0 кБ | [списък на файловете] |
arm64 | 1.10.0-3+b2 | 23,9 кБ | 164,0 кБ | [списък на файловете] |
armel | 1.10.0-3+b1 | 22,8 кБ | 126,0 кБ | [списък на файловете] |
armhf | 1.10.0-3+b1 | 22,8 кБ | 118,0 кБ | [списък на файловете] |
i386 | 1.10.0-3+b1 | 24,5 кБ | 138,0 кБ | [списък на файловете] |
mips64el | 1.10.0-3+b1 | 22,8 кБ | 167,0 кБ | [списък на файловете] |
ppc64el | 1.10.0-3+b1 | 24,9 кБ | 164,0 кБ | [списък на файловете] |
riscv64 | 1.10.0-3+b1 | 24,2 кБ | 129,0 кБ | [списък на файловете] |
s390x | 1.10.0-3+b1 | 24,1 кБ | 136,0 кБ | [списък на файловете] |