Lines Matching refs:dis
1 import dis
9 for instr in dis.get_instructions(f):
23 instructions = list(dis.get_instructions(code))
45 code = dis._get_code_object(code)
46 lnotab = list(dis.findlinestarts(code))
145 load_consts = [instr for instr in dis.get_instructions(code)
231 for instr in dis.get_instructions(code):
289 for instr in dis.get_instructions(code):
297 for instr in dis.get_instructions(negzero):
316 returns = [instr for instr in dis.get_instructions(f)
330 returns = [instr for instr in dis.get_instructions(f)
407 returns = [instr for instr in dis.get_instructions(f)
435 for instr in dis.get_instructions(code):