On Apr 7, 4:37 pm, Grant Edwards <inva...@invalid> wrote: > I realize that technically all methods are added to classes at > "run-time", but what I'm talking about is this: <snip>
Raymond Hettinger solves this problem nicely with a class decorator: http://code.activestate.com/recipes/576685/ -- http://mail.python.org/mailman/listinfo/python-list