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

Lines Matching refs:tb_frame

185         tb_frame        frame object at this level
414 object = object.tb_frame
571 object = object.tb_frame
997 frame = frame.tb_frame
1043 framelist.append((tb.tb_frame,) + getframeinfo(tb, context))