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
cb3ff446
Kaydet (Commit)
cb3ff446
authored
Şub 15, 2014
tarafından
Andrew Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#16728: Mention collections.abc.Sequence in 'sequence' glossary entry
üst
46ff4ee8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
glossary.rst
Doc/glossary.rst
+8
-0
No files found.
Doc/glossary.rst
Dosyayı görüntüle @
cb3ff446
...
...
@@ -763,6 +763,14 @@ Glossary
mapping
rather
than
a
sequence
because
the
lookups
use
arbitrary
:
term
:`
immutable
`
keys
rather
than
integers
.
The
:
class
:`
collections
.
abc
.
Sequence
`
abstract
base
class
defines
a
much
richer
interface
that
goes
beyond
just
:
meth
:`
__getitem__
`
and
:
meth
:`
__len__
`,
adding
:
meth
:`
count
`,
:
meth
:`
index
`,
:
meth
:`
__contains__
`,
and
:
meth
:`
__reversed__
`.
Types
that
implement
this
expanded
interface
can
be
registered
explicitly
using
:
func
:`~
abc
.
register
`.
slice
An
object
usually
containing
a
portion
of
a
:
term
:`
sequence
`.
A
slice
is
created
using
the
subscript
notation
,
``[]``
with
colons
between
numbers
...
...
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