Python decorators
Posted on November 26th, 2004 by ivo
As another example of what you could do with python 2.4 decorators, I tried to wrap class methods in a database transaction, and this is what it became:
As another example of what you could do with python 2.4 decorators, I tried to wrap class methods in a database transaction, and this is what it became:
Discussion Area - Leave a Comment