Login
From:
Python documentation
(Uncensored)
subscribe
dis — Disassembler for Python bytecode — Python 3.13.2 documentation
https://docs.python.org/3/library/dis.html
links
backlinks
Roast topics
Find topics
Find it!
Source code: Lib/dis.py The dis module supports the analysis of CPython bytecode by disassembling it. The CPython bytecode which this module takes as an input is defined in the file Include/opcode....