Home | History | Annotate | Download | only in python2.7

Lines Matching full:getframeinfo

987 def getframeinfo(frame, context=1):
1032 framelist.append((frame,) + getframeinfo(frame, context))
1043 framelist.append((tb.tb_frame,) + getframeinfo(tb, context))