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

Lines Matching defs:getargvalues

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