[ 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.