Function metadata (like Java annotations) in Python

George Sakkis george.sakkis at gmail.com
Sun Sep 10 10:37:10 EDT 2006


oripel wrote:
> Thanks Paddy - you're showing normal use of function attributes.
> They're still hidden when wrapped by an uncooperative decorator.

The decorator module may be helpful in defining cooperative decorators:
http://www.phyast.pitt.edu/~micheles/python/documentation.html

George




More information about the Python-list mailing list