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

Lines Matching full:getinnerframes

22     getouterframes(), getinnerframes() - get info about frames
1036 def getinnerframes(tb, context=1):
1058 return getinnerframes(sys.exc_info()[2], context)