inelegance in calling dynamically created class methods from scripting level

danny danny_shevitz at yahoo.com
Fri Sep 24 17:52:04 EDT 2004


thanks for your help. Your code works. I guess the realization is
that fun(self,*args) really is identical to self.fun(*args). An
ordinary function called with the former syntax still works even if it
really isn't an instance method.

Danny



More information about the Python-list mailing list