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
a0622709
Kaydet (Commit)
a0622709
authored
Mar 17, 2006
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Markup fix
üst
b03cb602
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
libgc.tex
Doc/lib/libgc.tex
+2
-1
No files found.
Doc/lib/libgc.tex
Dosyayı görüntüle @
a0622709
...
@@ -35,7 +35,8 @@ Returns true if automatic collection is enabled.
...
@@ -35,7 +35,8 @@ Returns true if automatic collection is enabled.
\begin{funcdesc}
{
collect
}{
\optional
{
generation
}}
\begin{funcdesc}
{
collect
}{
\optional
{
generation
}}
With no arguments, run a full collection. The optional argument
With no arguments, run a full collection. The optional argument
\var
{
generation
}
may be an integer specifying which generation to collect
\var
{
generation
}
may be an integer specifying which generation to collect
(from 0 to 2). A ValueError is raised if the generation number is invalid.
(from 0 to 2). A
\exception
{
ValueError
}
is raised if the generation number
is invalid.
The number of unreachable objects found is returned.
The number of unreachable objects found is returned.
\versionchanged
[The optional \var{generation} argument was added]
{
2.5
}
\versionchanged
[The optional \var{generation} argument was added]
{
2.5
}
...
...
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