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
428b413a
Kaydet (Commit)
428b413a
authored
Ara 25, 2005
tarafından
Fredrik Lundh
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fixed two typos in pprint reference page
üst
35c3f4f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libpprint.tex
Doc/lib/libpprint.tex
+2
-2
No files found.
Doc/lib/libpprint.tex
Dosyayı görüntüle @
428b413a
...
@@ -197,10 +197,10 @@ affecting the presentation) as the keys; if an object needs to be
...
@@ -197,10 +197,10 @@ affecting the presentation) as the keys; if an object needs to be
presented which is already represented in
\var
{
context
}
, the third
presented which is already represented in
\var
{
context
}
, the third
return value should be true. Recursive calls to the
\method
{
format()
}
return value should be true. Recursive calls to the
\method
{
format()
}
method should add additional entries for containers to this
method should add additional entries for containers to this
dictionary. The
fourth
argument,
\var
{
maxlevels
}
, gives the requested
dictionary. The
third
argument,
\var
{
maxlevels
}
, gives the requested
limit to recursion; this will be
\code
{
0
}
if there is no requested
limit to recursion; this will be
\code
{
0
}
if there is no requested
limit. This argument should be passed unmodified to recursive calls.
limit. This argument should be passed unmodified to recursive calls.
The fourth argument,
\var
{
level
}
gives the current level; recursive
The fourth argument,
\var
{
level
}
,
gives the current level; recursive
calls should be passed a value less than that of the current call.
calls should be passed a value less than that of the current call.
\versionadded
{
2.3
}
\versionadded
{
2.3
}
\end{methoddesc}
\end{methoddesc}
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