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
ff63f202
Kaydet (Commit)
ff63f202
authored
Ara 12, 2000
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
"Documentation" for {}.popitem().
üst
b822c613
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
libstdtypes.tex
Doc/lib/libstdtypes.tex
+6
-0
No files found.
Doc/lib/libstdtypes.tex
Dosyayı görüntüle @
ff63f202
...
...
@@ -817,6 +817,9 @@ arbitrary objects):
{
\code
{
\var
{
a
}
[
\var
{
k
}
]
}
if
\code
{
\var
{
a
}
.has
_
key(
\var
{
k
}
)
}
,
else
\var
{
x
}
(also setting it)
}
{
(5)
}
\lineiii
{
\var
{
a
}
.popitem()
}
{
remove and return an arbitrary (
\var
{
key
}
,
\var
{
value
}
) pair
}
{
(6)
}
\end{tableiii}
\noindent
...
...
@@ -841,6 +844,9 @@ provided and \var{k} is not in the map, \code{None} is returned.
\item
[(5)]
\function
{
setdefault()
}
is like
\function
{
get()
}
, except
that if
\var
{
k
}
is missing,
\var
{
x
}
is both returned and inserted into
the dictionary as the value of
\var
{
k
}
.
\item
[(6)]
\function
{
popitem()
}
is useful to destructively iterate
over a dictionary, as often used in set algorithms.
\end{description}
...
...
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