Home
last modified time | relevance | path

Searched refs:_disassemble (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/
Ddis.py223 def _disassemble(self, lineno_width=3, mark_as_current=False, offset_width=4): member in Instruction
413 print(instr._disassemble(lineno_width, is_current_instr, offset_width),