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
da623981
Kaydet (Commit)
da623981
authored
Şub 12, 1998
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Correct description of BUILD_SLICE.
üst
63221124
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
libdis.tex
Doc/lib/libdis.tex
+4
-4
libdis.tex
Doc/libdis.tex
+4
-4
No files found.
Doc/lib/libdis.tex
Dosyayı görüntüle @
da623981
...
@@ -504,8 +504,8 @@ default parameters, which are found below TOS.
...
@@ -504,8 +504,8 @@ default parameters, which are found below TOS.
\end{opcodedesc}
\end{opcodedesc}
\begin{opcodedesc}
{
BUILD
_
SLICE
}{
argc
}
\begin{opcodedesc}
{
BUILD
_
SLICE
}{
argc
}
Pushes a slice object on the stack. If
\var
{
argc
}
is three, creates
Pushes a slice object on the stack.
\var
{
argc
}
must be 2 or 3. If it
\code
{
TOS3[TOS2:TOS1:TOS]
}
. Otherwise, expects three arguments.
is 2,
\code
{
slice(TOS1, TOS)
}
is pushed; if it is 3,
\code
{
slice(TOS2, TOS1, TOS)
}
is pushed.
See the
\code
{
slice()
}
built-in function.
\end{opcodedesc}
\end{opcodedesc}
Doc/libdis.tex
Dosyayı görüntüle @
da623981
...
@@ -504,8 +504,8 @@ default parameters, which are found below TOS.
...
@@ -504,8 +504,8 @@ default parameters, which are found below TOS.
\end{opcodedesc}
\end{opcodedesc}
\begin{opcodedesc}
{
BUILD
_
SLICE
}{
argc
}
\begin{opcodedesc}
{
BUILD
_
SLICE
}{
argc
}
Pushes a slice object on the stack. If
\var
{
argc
}
is three, creates
Pushes a slice object on the stack.
\var
{
argc
}
must be 2 or 3. If it
\code
{
TOS3[TOS2:TOS1:TOS]
}
. Otherwise, expects three arguments.
is 2,
\code
{
slice(TOS1, TOS)
}
is pushed; if it is 3,
\code
{
slice(TOS2, TOS1, TOS)
}
is pushed.
See the
\code
{
slice()
}
built-in function.
\end{opcodedesc}
\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