Method argument names

martinskou at gmail.com martinskou at gmail.com
Wed Nov 22 08:36:14 EST 2006


Hi

Having a method:

def method(self,x,y):

is it possible to discover, from outside the method, that the methods
arguments are ['self', 'x', 'y']?

Thanks.

/Martin




More information about the Python-list mailing list