[EMAIL PROTECTED] wrote:
> I'd like to dynamically find and invoke a method in a Python CGI.
>

boundmeth = obj.meth # nb: no ()

# stuff.....

boundmeth() # call it, with args if needed
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to