Searched refs:getouterframes (Results 1 – 9 of 9) sorted by relevance
94 res = inspect.getouterframes(run_frame)[2]
1040 def getouterframes(frame, context=1): function1069 return getouterframes(sys._getframe(1), context)
825 caller_frames = inspect.getouterframes(current_frame, 2)
1648 def getouterframes(frame, context=1): function1678 return getouterframes(sys._getframe(1), context)
599 .. function:: getouterframes(frame[, context])
138 return inspect.getouterframes(inspect.currentframe())[1][3]
1231 .. function:: getouterframes(frame, context=1)
503 inspect.getouterframes(f) # smoke test
1320 :func:`~inspect.getouterframes`, and :func:`~inspect.getinnerframes`