[EMAIL PROTECTED] wrote: > I'd like to dynamically find and invoke a method in a Python CGI.
getattr(self, methodName)() But make sure to validate user input first, of course. -- http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote: > I'd like to dynamically find and invoke a method in a Python CGI.
getattr(self, methodName)() But make sure to validate user input first, of course. -- http://mail.python.org/mailman/listinfo/python-list