[Tutor] dynamic class method creation?

Karl Fast karl.fast at pobox.com
Tue Nov 11 19:51:25 EST 2003


> I'd like to be able to create a class method dynamically.


This recipe from the python cookbook might help:

  Dynamically added methods to a class
  http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/81732


--karl  



More information about the Tutor mailing list