they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
9 lines
389 B
Text
9 lines
389 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.
|
|
|
|
WWW: https://pypi.org/project/DecoratorTools/
|