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

Lines Matching full:getouterframes

22     getouterframes(), getinnerframes() - get info about frames
1025 def getouterframes(frame, context=1):
1054 return getouterframes(sys._getframe(1), context)