Retrieve the argument list of a function

Manuel M. Garcia mgarcia at cole-switches.com
Thu Jan 16 13:55:48 EST 2003


On 16 Jan 2003 08:20:15 -0800, boethius at techie.com (Boethius) wrote:

>How can I retrieve the argument list of a given function?
>
>I want to write a function that returns curried versions of other
>functions, that's why I want to access the argument list.

There is a Python Recipe for curry:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52549

Manuel




More information about the Python-list mailing list