Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/command/
Dinstall.py94 res = inspect.getouterframes(run_frame)[2]
/external/python/cpython2/Lib/
Dinspect.py1040 def getouterframes(frame, context=1): function
1069 return getouterframes(sys._getframe(1), context)
/external/python/mobly/mobly/
Dbase_test.py825 caller_frames = inspect.getouterframes(current_frame, 2)
/external/python/cpython3/Lib/
Dinspect.py1648 def getouterframes(frame, context=1): function
1678 return getouterframes(sys._getframe(1), context)
/external/python/cpython2/Doc/library/
Dinspect.rst599 .. function:: getouterframes(frame[, context])
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_tests.py138 return inspect.getouterframes(inspect.currentframe())[1][3]
/external/python/cpython3/Doc/library/
Dinspect.rst1231 .. function:: getouterframes(frame, context=1)
/external/python/cpython3/Lib/test/
Dtest_inspect.py503 inspect.getouterframes(f) # smoke test
/external/python/cpython3/Doc/whatsnew/
D3.5.rst1320 :func:`~inspect.getouterframes`, and :func:`~inspect.getinnerframes`