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
aa5f4aa8
Kaydet (Commit)
aa5f4aa8
authored
Kas 06, 2010
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move version added notes into the index table
üst
e0e08228
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
19 deletions
+7
-19
collections.rst
Doc/library/collections.rst
+7
-19
No files found.
Doc/library/collections.rst
Dosyayı görüntüle @
aa5f4aa8
...
@@ -19,25 +19,13 @@ This module implements specialized container datatypes providing alternatives to
...
@@ -19,25 +19,13 @@ This module implements specialized container datatypes providing alternatives to
Python's general purpose built-in containers, :class:`dict`, :class:`list`,
Python's general purpose built-in containers, :class:`dict`, :class:`list`,
:class:`set`, and :class:`tuple`.
:class:`set`, and :class:`tuple`.
===================== ====================================================================
===================== ==================================================================== ===========================
:func:`namedtuple` factory function for creating tuple subclasses with named fields
:func:`namedtuple` factory function for creating tuple subclasses with named fields .. versionadded:: 2.6
:class:`deque` list-like container with fast appends and pops on either end
:class:`deque` list-like container with fast appends and pops on either end .. versionadded:: 2.4
:class:`Counter` dict subclass for counting hashable objects
:class:`Counter` dict subclass for counting hashable objects .. versionadded:: 2.7
:class:`OrderedDict` dict subclass that remembers the order entries were added
:class:`OrderedDict` dict subclass that remembers the order entries were added .. versionadded:: 2.7
:class:`defaultdict` dict subclass that calls a factory function to supply missing values
:class:`defaultdict` dict subclass that calls a factory function to supply missing values .. versionadded:: 2.5
===================== ====================================================================
===================== ==================================================================== ===========================
.. versionchanged:: 2.4
Added :class:`deque`.
.. versionchanged:: 2.5
Added :class:`defaultdict`.
.. versionchanged:: 2.6
Added :func:`namedtuple` and added abstract base classes.
.. versionchanged:: 2.7
Added :class:`Counter` and :class:`OrderedDict`.
In addition to containers, the collections module provides some ABCs
In addition to containers, the collections module provides some ABCs
(abstract base classes) that can be used to test whether a class
(abstract base classes) that can be used to test whether a class
...
...
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