Searched refs:getouterframes (Results 1 – 8 of 8) sorted by relevance
87 res = inspect.getouterframes(run_frame)[2]
26 frame = inspect.getouterframes(inspect.currentframe())[1]
1040 def getouterframes(frame, context=1): function1069 return getouterframes(sys._getframe(1), context)
1483 def getouterframes(frame, context=1): function1513 return getouterframes(sys._getframe(1), context)
42 return inspect.getouterframes(inspect.currentframe())[1][3]
599 .. function:: getouterframes(frame[, context])
1109 .. function:: getouterframes(frame, context=1)
1320 :func:`~inspect.getouterframes`, and :func:`~inspect.getinnerframes`