Lines Matching refs:frame
382 # which will add a copy of any locals to the frame object, causing
443 # Verify that the captured main-thread frame is _this_ frame.
444 frame = d.pop(main_id)
445 self.assertTrue(frame is sys._getframe())
447 # Verify that the captured thread frame is blocked in g456, called
450 frame = d.pop(thread_id)
451 stack = traceback.extract_stack(frame)
515 # Verify that the captured thread frame is blocked in g456, called
1422 # frame