Function argument conformity check

Bruno Desthuilliers bruno.42.desthuilliers at websiteburo.invalid
Thu Jun 19 03:57:32 EDT 2008


dlists.cad at gmail.com 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)




More information about the Python-list mailing list