Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3
import
sys
4
import
types
Callers
nothing calls this directly
Calls
4
list
Class · 0.85
_Unknown
Class · 0.85
main
Function · 0.70
items
Method · 0.45
Tested by
no test coverage detected