Searched refs:getouterframes (Results 1 – 6 of 6) sorted by relevance
1723 def getouterframes(frame, context=1): function1755 return getouterframes(sys._getframe(1), context)
1295 .. function:: getouterframes(frame, context=1)
574 inspect.getouterframes(f) # smoke test
1320 :func:`~inspect.getouterframes`, and :func:`~inspect.getinnerframes`
823 * :func:`inspect.getouterframes`
3051 :func:`inspect.getouterframes`, :func:`inspect.getinnerframes`,