Home | History | Annotate | Download | only in python2.7

Lines Matching refs:getargspec

20     getargspec(), getargvalues(), getcallargs() - get info about function arguments
803 def getargspec(func):
850 """Format an argument spec from the 4 values returned by getargspec.
900 args, varargs, varkw, defaults = getargspec(func)