Searched refs:manipulate_bytecode (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Lib/test/test_importlib/source/ |
D | test_file_loader.py | 381 def manipulate_bytecode(self, member in BadBytecodeTest 408 bc_path = self.manipulate_bytecode('_temp', mapping, 418 bc_path = self.manipulate_bytecode('_temp', mapping, 425 bc_path = self.manipulate_bytecode('_temp', mapping, 432 bc_path = self.manipulate_bytecode('_temp', mapping, 439 bc_path = self.manipulate_bytecode( 448 bc_path = self.manipulate_bytecode( 459 bc_path = self.manipulate_bytecode('_temp', mapping, 466 bc_path = self.manipulate_bytecode('_temp', mapping, 473 bc_path = self.manipulate_bytecode('_temp', mapping, [all …]
|