Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
becbdec1
Kaydet (Commit)
becbdec1
authored
Ock 05, 2005
tarafından
Skip Montanaro
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add two missing items
üst
b80bad43
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
libdis.tex
Doc/lib/libdis.tex
+10
-0
No files found.
Doc/lib/libdis.tex
Dosyayı görüntüle @
becbdec1
...
@@ -78,6 +78,10 @@ for compatibility with earlier Python releases.
...
@@ -78,6 +78,10 @@ for compatibility with earlier Python releases.
Sequence of operation names, indexable using the byte code.
Sequence of operation names, indexable using the byte code.
\end{datadesc}
\end{datadesc}
\begin{datadesc}
{
opmap
}
Dictionary mapping byte codes to operation names.
\end{datadesc}
\begin{datadesc}
{
cmp
_
op
}
\begin{datadesc}
{
cmp
_
op
}
Sequence of all compare operation names.
Sequence of all compare operation names.
\end{datadesc}
\end{datadesc}
...
@@ -688,3 +692,9 @@ Calls a function. \var{argc} is interpreted as in
...
@@ -688,3 +692,9 @@ Calls a function. \var{argc} is interpreted as in
keyword arguments dictionary, followed by the variable-arguments
keyword arguments dictionary, followed by the variable-arguments
tuple, followed by explicit keyword and positional arguments.
tuple, followed by explicit keyword and positional arguments.
\end{opcodedesc}
\end{opcodedesc}
\begin{opcodedesc}
{
HAVE
_
ARGUMENT
}{}
This is not really an opcode. It identifies the dividing line between
opcodes which don't take arguments
\code
{
< HAVE
_
ARGUMENT
}
and those which do
\code
{
>= HAVE
_
ARGUMENT
}
.
\end{opcodedesc}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment