[ buster ]
[ ソース: python-venusian ]
パッケージ: python-venusian (1.2.0-1)
python-venusian に関するリンク
Debian の資源:
python-venusian ソースパッケージをダウンロード:
- [python-venusian_1.2.0-1.dsc]
- [python-venusian_1.2.0.orig.tar.gz]
- [python-venusian_1.2.0-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [www.repoze.org]
類似のパッケージ:
library for deferring decorator actions
Venusian is a library which allows framework authors to defer decorator actions. Instead of taking actions when a function (or class) decorator is executed at import time, you can defer the action usually taken by the decorator until a separate "scan" phase.
This is the Python 2 version.