Home
last modified time | relevance | path

Searched refs:assertInstructionsEqual (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_dis.py1549 def assertInstructionsEqual(self, instrs_1, instrs_2, /): member in InstructionTestCase
1562 self.assertInstructionsEqual(list(actual), expected_opinfo_simple)
1566 self.assertInstructionsEqual(list(actual), expected_opinfo_simple)
1570 self.assertInstructionsEqual(list(actual), expected_opinfo_outer)
1576 self.assertInstructionsEqual(list(actual), expected_opinfo_f)
1582 self.assertInstructionsEqual(list(actual), expected_opinfo_inner)
1586 self.assertInstructionsEqual(list(actual), expected_opinfo_jumpy)
1680 self.assertInstructionsEqual(via_object, via_generator)
1684 self.assertInstructionsEqual(list(actual), expected_opinfo_outer)

Completed in 3 milliseconds