function arguments
Johannes Zellner
johannes at zellner.org
Thu Jul 6 06:57:49 EDT 2000
More information about the Python-list mailing list
Thu Jul 6 06:57:49 EDT 2000
- Previous message (by thread): function arguments
- Next message (by thread): function arguments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): function arguments
- Next message (by thread): function arguments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list