08fc9f7784
The tools in this module have been bundled for years inside of PEAK, PyProtocols, RuleDispatch, and the zope.interface package, so they have been widely used and tested. Recent versions of the TurboGears framework (ported to FreeBSD as www/py-turbogears) require the DecoratorTools package. PR: ports/119835 Submitted by: alexander smishlajev <alex@ank-sia.com>
10 lines
420 B
Text
10 lines
420 B
Text
Want to use decorators, but still need to support Python 2.3?
|
|
Wish you could have class decorators, decorate arbitrary assignments,
|
|
or match decorated function signatures to their original functions?
|
|
Want to get metaclass features without creating metaclasses?
|
|
How about synchronized methods?
|
|
|
|
"DecoratorTools" gets you all of this and more.
|
|
|
|
Author: Phillip J. Eby
|
|
WWW: http://cheeseshop.python.org/pypi/DecoratorTools
|