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