MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / dis

Function dis

Lib/pickletools.py:1891–2025  ·  view source on GitHub ↗

Produce a symbolic disassembly of a pickle. 'pickle' is a file-like object, or string, containing a (at least one) pickle. The pickle is disassembled from the current position, through the first STOP opcode encountered. Optional arg 'out' is a file-like object to which the disasse

(pickle, out=None, memo=None, indentlevel=4)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

genopsFunction · 0.85
popMethod · 0.45
indexMethod · 0.45
appendMethod · 0.45
extendMethod · 0.45

Tested by

no test coverage detected