Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dinspect.py1723 def getouterframes(frame, context=1): function
1755 return getouterframes(sys._getframe(1), context)
/third_party/python/Doc/library/
Dinspect.rst1295 .. function:: getouterframes(frame, context=1)
/third_party/python/Lib/test/
Dtest_inspect.py574 inspect.getouterframes(f) # smoke test
/third_party/python/Doc/whatsnew/
D3.5.rst1320 :func:`~inspect.getouterframes`, and :func:`~inspect.getinnerframes`
D3.11.rst823 * :func:`inspect.getouterframes`
/third_party/python/Misc/
DNEWS3051 :func:`inspect.getouterframes`, :func:`inspect.getinnerframes`,