Retrieve the argument list of a function

Skip Montanaro skip at pobox.com
Thu Jan 16 11:37:59 EST 2003


    boethius> How can I retrieve the argument list of a given function?

Check out the machinery available in the inspect module.

Skip






More information about the Python-list mailing list