Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/command/
Dinstall.py87 res = inspect.getouterframes(run_frame)[2]
/external/autotest/client/site_tests/buffet_BasicDBusAPI/
Dbuffet_BasicDBusAPI.py26 frame = inspect.getouterframes(inspect.currentframe())[1]
/external/python/cpython2/Lib/
Dinspect.py1040 def getouterframes(frame, context=1): function
1069 return getouterframes(sys._getframe(1), context)
/external/python/cpython3/Lib/
Dinspect.py1483 def getouterframes(frame, context=1): function
1513 return getouterframes(sys._getframe(1), context)
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_tests.py42 return inspect.getouterframes(inspect.currentframe())[1][3]
/external/python/cpython2/Doc/library/
Dinspect.rst599 .. function:: getouterframes(frame[, context])
/external/python/cpython3/Doc/library/
Dinspect.rst1109 .. function:: getouterframes(frame, context=1)
/external/python/cpython3/Doc/whatsnew/
D3.5.rst1320 :func:`~inspect.getouterframes`, and :func:`~inspect.getinnerframes`