Lines Matching defs:g456
417 g456()
419 def g456():
447 # Verify that the captured thread frame is blocked in g456, called
458 self.assertEqual(sourceline, "g456()")
460 # And the next record must be for g456().
462 self.assertEqual(funcname, "g456")
483 g456()
485 def g456():
515 # Verify that the captured thread frame is blocked in g456, called
526 self.assertEqual(sourceline, "g456()")
528 # And the next record must be for g456().
530 self.assertEqual(funcname, "g456")