Lines Matching refs:lasti
271 "start end target depth lasti")
415 lasti = bool(dl&1)
416 entries.append(_ExceptionTableEntry(start, end, target, depth, lasti))
519 def disassemble(co, lasti=-1, *, file=None, show_caches=False, adaptive=False):
524 lasti, co._varname_from_oparg,
542 def _disassemble_bytes(code, lasti=-1, varname_from_oparg=None,
572 is_current_instr = instr.offset == lasti
578 lasti = " lasti" if entry.lasti else ""
580 print(f" {entry.start} to {end} -> {entry.target} [{entry.depth}]{lasti}", file=file)
755 lasti=offset,