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

Function genops

Lib/pickletools.py:1807–1859  ·  view source on GitHub ↗

Generate all the opcodes in a pickle. 'pickle' is a file-like object, or string, containing the pickle. Each opcode in the pickle is generated, from the current pickle position, stopping after a STOP opcode is delivered. A triple is generated for each opcode: opcode, arg,

(pickle)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

optimizeFunction · 0.85
disFunction · 0.85

Calls 3

readMethod · 0.95
StringIOMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected