File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,6 +78,10 @@ \section{\module{dis} ---
7878Sequence of operation names, indexable using the byte code.
7979\end {datadesc }
8080
81+ \begin {datadesc }{opmap}
82+ Dictionary mapping byte codes to operation names.
83+ \end {datadesc }
84+
8185\begin {datadesc }{cmp_op}
8286Sequence of all compare operation names.
8387\end {datadesc }
@@ -688,3 +692,9 @@ \subsection{Python Byte Code Instructions}
688692keyword arguments dictionary, followed by the variable-arguments
689693tuple, followed by explicit keyword and positional arguments.
690694\end {opcodedesc }
695+
696+ \begin {opcodedesc }{HAVE_ARGUMENT}{}
697+ This is not really an opcode. It identifies the dividing line between
698+ opcodes which don't take arguments \code {< HAVE_ARGUMENT} and those which do
699+ \code {>= HAVE_ARGUMENT}.
700+ \end {opcodedesc }
You can’t perform that action at this time.
0 commit comments