MCPcopy Index your code
hub / github.com/RustPython/RustPython / __str__

Method __str__

Lib/dis.py:433–437  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

431 return self.label is not None
432
433 def __str__(self):
434 output = io.StringIO()
435 formatter = Formatter(file=output)
436 formatter.print_instruction(self, False)
437 return output.getvalue()
438
439
440class Formatter:

Callers

nothing calls this directly

Calls 3

print_instructionMethod · 0.95
getvalueMethod · 0.95
FormatterClass · 0.70

Tested by

no test coverage detected