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
5e0b8820
Kaydet (Commit)
5e0b8820
authored
May 27, 2006
tarafından
George Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
minor markup nits
üst
2d555b35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
ref3.tex
Doc/ref/ref3.tex
+3
-3
ref5.tex
Doc/ref/ref5.tex
+2
-1
No files found.
Doc/ref/ref3.tex
Dosyayı görüntüle @
5e0b8820
...
@@ -1983,9 +1983,9 @@ Called to implement the built-in functions
...
@@ -1983,9 +1983,9 @@ Called to implement the built-in functions
\end{methoddesc}
\end{methoddesc}
\begin{methoddesc}
[numeric object]
{__
index
__}{
self
}
\begin{methoddesc}
[numeric object]
{__
index
__}{
self
}
Called to implement
operator.index(). Also called whenever Python
Called to implement
\function
{
operator.index()
}
. Also called whenever
needs an integer object (such as in slicing). Must return an integer
Python needs an integer object (such as in slicing). Must return an
(int or long).
integer
(int or long).
\versionadded
{
2.5
}
\versionadded
{
2.5
}
\end{methoddesc}
\end{methoddesc}
...
...
Doc/ref/ref5.tex
Dosyayı görüntüle @
5e0b8820
...
@@ -391,7 +391,8 @@ type but a string of exactly one character.
...
@@ -391,7 +391,8 @@ type but a string of exactly one character.
A slicing selects a range of items in a sequence object (e.g., a
A slicing selects a range of items in a sequence object (e.g., a
string, tuple or list). Slicings may be used as expressions or as
string, tuple or list). Slicings may be used as expressions or as
targets in assignment or del statements. The syntax for a slicing:
targets in assignment or
\keyword
{
del
}
statements. The syntax for a
slicing:
\obindex
{
sequence
}
\obindex
{
sequence
}
\obindex
{
string
}
\obindex
{
string
}
\obindex
{
tuple
}
\obindex
{
tuple
}
...
...
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