We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.. versionadded
dis
1 parent 5d66c55 commit 9bf73c0Copy full SHA for 9bf73c0
Doc/library/dis.rst
@@ -105,18 +105,26 @@ The following options are accepted:
105
106
Show inline caches.
107
108
+ .. versionadded:: 3.13
109
+
110
.. option:: -O, --show-offsets
111
112
Show offsets of instructions.
113
114
115
116
.. option:: -P, --show-positions
117
118
Show positions of instructions in the source code.
119
120
+ .. versionadded:: 3.14
121
122
.. option:: -S, --specialized
123
124
Show specialized bytecode.
125
126
127
128
If :file:`infile` is specified, its disassembled code will be written to stdout.
129
Otherwise, disassembly is performed on compiled source code received from stdin.
130
0 commit comments