Lines Matching defs:dis
1 import dis
25 for instr in dis.get_instructions(f):
39 instructions = list(dis.get_instructions(code))
61 code = dis._get_code_object(code)
62 lnotab = list(dis.findlinestarts(code))
166 load_consts = [instr for instr in dis.get_instructions(code)
255 for instr in dis.get_instructions(code):
314 for instr in dis.get_instructions(code):
322 for instr in dis.get_instructions(negzero):
342 returns = [instr for instr in dis.get_instructions(f)
358 returns = [instr for instr in dis.get_instructions(f)
435 returns = [instr for instr in dis.get_instructions(f)
464 for instr in dis.get_instructions(code):