Home | History | Annotate | Download | only in Lib

Lines Matching defs:getargvalues

20     getargspec(), getargvalues(), getcallargs() - get info about function arguments

819 def getargvalues(frame):
874 """Format an argument spec from the 4 values returned by getargvalues.