[ buster ]
[ 源代码: python-decorator ]
软件包:python-decorator(4.3.0-1.1)
python-decorator 的相关链接
Debian 的资源:
下载源码包 python-decorator:
- [python-decorator_4.3.0-1.1.dsc]
- [python-decorator_4.3.0.orig.tar.gz]
- [python-decorator_4.3.0-1.1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [pypi.python.org]
相似软件包:
simplify usage of Python decorators by programmers
Python 2.4 decorators have significantly changed the way Python programs are structured.
* decorators help reduce boilerplate code; * decorators help the separation of concerns; * decorators enhance readability and maintainability; * decorators are very explicit.Still, as of now, writing custom decorators correctly requires some experience and is not as easy as it could be. For instance, typical implementations of decorators involve nested functions and we all know that flat is better than nested. The aim of the decorator module it to simplify the usage of decorators for the average programmer and to popularize decorators usage giving examples of useful decorators, such as memoize, tracing, redirecting_stdout, locked, etc.
其他与 python-decorator 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- enh: python-pylons
- Python web framework emphasizing flexibility and rapid development