diff options
author | Raymond Hettinger <python@rcn.com> | 2011-01-10 19:54:11 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-01-10 19:54:11 (GMT) |
commit | 4f707fd3165dad9cdf0307b610593a32bfcd456e (patch) | |
tree | 684fff97ff4e77a9b04a51c8ded1b4d0f4cb36ed /Doc/library/dis.rst | |
parent | 04da1e013a6ad54b417d52b6c5e1312b18a67ae9 (diff) | |
download | cpython-4f707fd3165dad9cdf0307b610593a32bfcd456e.zip cpython-4f707fd3165dad9cdf0307b610593a32bfcd456e.tar.gz cpython-4f707fd3165dad9cdf0307b610593a32bfcd456e.tar.bz2 |
Separate source link from main text.
Diffstat (limited to 'Doc/library/dis.rst')
-rw-r--r-- | Doc/library/dis.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 1d21c49..79cc583 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -6,6 +6,8 @@ **Source code:** :source:`Lib/dis.py` +-------------- + The :mod:`dis` module supports the analysis of CPython :term:`bytecode` by disassembling it. The CPython bytecode which this module takes as an input is defined in the file :file:`Include/opcode.h` and used by the compiler |