Searched refs:getouterframes (Results 1 – 4 of 4) sorted by relevance
26 frame = inspect.getouterframes(inspect.currentframe())[1]
1030 def getouterframes(frame, context=1): function1059 return getouterframes(sys._getframe(1), context)
36 return inspect.getouterframes(inspect.currentframe())[1][3]
599 .. function:: getouterframes(frame[, context])