Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit becbdec

Browse files
author
Skip Montanaro
committed
add two missing items
1 parent b80bad4 commit becbdec

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Doc/lib/libdis.tex

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ \section{\module{dis} ---
7878
Sequence 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}
8286
Sequence of all compare operation names.
8387
\end{datadesc}
@@ -688,3 +692,9 @@ \subsection{Python Byte Code Instructions}
688692
keyword arguments dictionary, followed by the variable-arguments
689693
tuple, 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}

0 commit comments

Comments
 (0)