Home
last modified time | relevance | path

Searched refs:getouterframes (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Dinspect.py1648 def getouterframes(frame, context=1): function
1678 return getouterframes(sys._getframe(1), context)
/third_party/python/Doc/library/
Dinspect.rst1230 .. function:: getouterframes(frame, context=1)
/third_party/python/Lib/test/
Dtest_inspect.py503 inspect.getouterframes(f) # smoke test
/third_party/python/Doc/whatsnew/
D3.5.rst1320 :func:`~inspect.getouterframes`, and :func:`~inspect.getinnerframes`