MCPcopy Index your code
hub / github.com/python/cpython / dis.py

File dis.py

Lib/dis.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Disassembler of Python byte code into mnemonics."""
2
3import sys
4import types

Callers

nothing calls this directly

Calls 4

listClass · 0.85
_UnknownClass · 0.85
mainFunction · 0.70
itemsMethod · 0.45

Tested by

no test coverage detected