Tuesday, November 24, 2009

python and class methods

Yes, they are supported, but you have to use an extra magic function call:
classmethod = classmethod(classmethod)

No comments: