[EMAIL PROTECTED] a écrit :
Hi. I am looking for a way to check if some given set of (*args,
**kwds) conforms to the argument specification of a given function,
without calling that function.

import inspect
help(inspect.getargspec)

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to