get function arguments

Benny Mohr news5 at bennymo.ch
Tue Nov 16 14:57:41 EST 2004


I have a simple function

def myFunc(a,b,c='default'):
    ...

How can I get the list of argumens of this function?

Benny



More information about the Python-list mailing list