Lines Matching defs:dis
18 __all__ = ["code_info", "dis", "disassemble", "distb", "disco",
68 def dis(x=None, *, file=None, depth=None, show_caches=False, adaptive=False):
99 dis(x1, file=file, depth=depth, show_caches=show_caches, adaptive=adaptive)
268 _Instruction.positions.__doc__ = "dis.Positions object holding the span of source code covered by this instruction"
288 positions - Optional dis.Positions object holding the span of source code
359 provided) returns the dis.UNKNOWN sentinel.
374 Otherwise returns the sentinel value dis.UNKNOWN for the value
386 Otherwise returns the sentinel value dis.UNKNOWN for the value
584 _disassemble_recursive(_try_compile(source, '<dis>'), **kwargs)
741 def dis(self):
772 dis(code)