function arguments

Johannes Zellner johannes at zellner.org
Thu Jul 6 06:57:49 EDT 2000


Hello,

is there a way to get a functions argument list ?

e.g.

def fun(fred, lola):
    ...

something like `arglist(fun)' should return [ 'fred', 'lola' ]

-- 
   Johannes





More information about the Python-list mailing list