Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dcgitb.py117 records = inspect.getinnerframes(etb, context)
205 records = inspect.getinnerframes(etb, context)
Dinspect.py1660 def getinnerframes(tb, context=1): function
1682 return getinnerframes(sys.exc_info()[2], context)
/third_party/python/Doc/library/
Dinspect.rst1243 .. function:: getinnerframes(traceback, context=1)
/third_party/python/Doc/whatsnew/
D3.5.rst1320 :func:`~inspect.getouterframes`, and :func:`~inspect.getinnerframes`