Home
last modified time | relevance | path

Searched refs:seq_from_insts (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/support/
Dbytecode_helper.py79 expected = self.seq_from_insts(expected).get_instructions()
105 def seq_from_insts(self, insts): member in CompilationStepTestCase
/external/python/cpython3/Lib/test/
Dtest_compiler_assemble.py30 seq = self.seq_from_insts(insts)
Dtest_peepholer.py974 seq = self.seq_from_insts(insts)
976 expected_insts = self.seq_from_insts(expected_insts).get_instructions()