Lines Matching full:getargvalues
20 getargspec(), getargvalues(), getcallargs() - get info about function arguments821 def getargvalues(frame):876 """Format an argument spec from the 4 values returned by getargvalues.