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
b55f9d3d
Kaydet (Commit)
b55f9d3d
authored
Mar 08, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Small nits.
Don't run into the right margin.
üst
cc444e39
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
libpprint.tex
Doc/lib/libpprint.tex
+4
-3
libpprint.tex
Doc/libpprint.tex
+4
-3
No files found.
Doc/lib/libpprint.tex
Dosyayı görüntüle @
b55f9d3d
...
...
@@ -19,7 +19,6 @@ you need to adjust the width constraint.
The
\module
{
pprint
}
module defines one class:
\setindexsubitem
{
(in module pprint)
}
% First the implementation class:
...
...
@@ -126,20 +125,22 @@ recursive data structures. If the representation of \var{object}
exposes a recursive entry, the recursive reference will be represented
as
\samp
{
<Recursion on
\var
{
typename
}
with id=
\var
{
number
}
>
}
. The
representation is not otherwise formatted.
\end{funcdesc}
% This example is outside the {funcdesc} to keep it from running over
% the right margin.
\begin{verbatim}
>>> pprint.saferepr(stuff)
"[<Recursion on list with id=682968>, '', '/usr/local/lib/python1.4', '/usr/loca
l/lib/python1.4/test', '/usr/local/lib/python1.4/sunos5', '/usr/local/lib/python
1.4/sharedmodules', '/usr/local/lib/python1.4/tkinter']"
\end{verbatim}
\end{funcdesc}
\subsection
{
PrettyPrinter Objects
}
\label
{
PrettyPrinter Objects
}
PrettyPrinter
instances have the following methods:
\class
{
PrettyPrinter
}
instances have the following methods:
\setindexsubitem
{
(PrettyPrinter method)
}
...
...
Doc/libpprint.tex
Dosyayı görüntüle @
b55f9d3d
...
...
@@ -19,7 +19,6 @@ you need to adjust the width constraint.
The
\module
{
pprint
}
module defines one class:
\setindexsubitem
{
(in module pprint)
}
% First the implementation class:
...
...
@@ -126,20 +125,22 @@ recursive data structures. If the representation of \var{object}
exposes a recursive entry, the recursive reference will be represented
as
\samp
{
<Recursion on
\var
{
typename
}
with id=
\var
{
number
}
>
}
. The
representation is not otherwise formatted.
\end{funcdesc}
% This example is outside the {funcdesc} to keep it from running over
% the right margin.
\begin{verbatim}
>>> pprint.saferepr(stuff)
"[<Recursion on list with id=682968>, '', '/usr/local/lib/python1.4', '/usr/loca
l/lib/python1.4/test', '/usr/local/lib/python1.4/sunos5', '/usr/local/lib/python
1.4/sharedmodules', '/usr/local/lib/python1.4/tkinter']"
\end{verbatim}
\end{funcdesc}
\subsection
{
PrettyPrinter Objects
}
\label
{
PrettyPrinter Objects
}
PrettyPrinter
instances have the following methods:
\class
{
PrettyPrinter
}
instances have the following methods:
\setindexsubitem
{
(PrettyPrinter method)
}
...
...
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