Searched refs:getouterframes (Results 1 – 4 of 4) sorted by relevance
1648 def getouterframes(frame, context=1): function1678 return getouterframes(sys._getframe(1), context)
1230 .. function:: getouterframes(frame, context=1)
503 inspect.getouterframes(f) # smoke test
1320 :func:`~inspect.getouterframes`, and :func:`~inspect.getinnerframes`