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
6d20caa2
Kaydet (Commit)
6d20caa2
authored
Nis 21, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Reflow paragraph to work around LaTeX2HTML dropping a space.
üst
543e19d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
libstdtypes.tex
Doc/lib/libstdtypes.tex
+7
-8
No files found.
Doc/lib/libstdtypes.tex
Dosyayı görüntüle @
6d20caa2
...
@@ -393,14 +393,13 @@ The following format characters are understood:
...
@@ -393,14 +393,13 @@ The following format characters are understood:
\code
{
x
}
,
\code
{
X
}
,
\code
{
e
}
,
\code
{
E
}
,
\code
{
f
}
,
\code
{
g
}
,
\code
{
G
}
.
\code
{
x
}
,
\code
{
X
}
,
\code
{
e
}
,
\code
{
E
}
,
\code
{
f
}
,
\code
{
g
}
,
\code
{
G
}
.
Width and precision may be a
\code
{
*
}
to specify that an integer argument
Width and precision may be a
\code
{
*
}
to specify that an integer argument
specifies the actual width or precision. The flag characters
specifies the actual width or precision. The flag characters
\code
{
-
}
,
\code
{
+
}
, blank,
\code
{
\#
}
and
\code
{
0
}
are understood. The
\code
{
-
}
,
\code
{
+
}
, blank,
\code
{
\#
}
and
\code
{
0
}
are understood. The
size specifiers
\code
{
h
}
,
\code
{
l
}
or
\code
{
L
}
may be
size specifiers
\code
{
h
}
,
\code
{
l
}
or
\code
{
L
}
may be present but are
present but are ignored. The
\code
{
\%
s
}
conversion takes any Python
ignored. The
\code
{
\%
s
}
conversion takes any Python object and
object and converts it to a string using
\code
{
str()
}
before
converts it to a string using
\code
{
str()
}
before formatting it. The
formatting it. The ANSI features
\code
{
\%
p
}
and
\code
{
\%
n
}
ANSI features
\code
{
\%
p
}
and
\code
{
\%
n
}
are not supported. Since
are not supported. Since Python strings have an explicit length,
Python strings have an explicit length,
\code
{
\%
s
}
conversions don't
\code
{
\%
s
}
conversions don't assume that
\code
{
'
\e
0'
}
is the end of
assume that
\code
{
'
\e
0'
}
is the end of the string.
the string.
For safety reasons, floating point precisions are clipped to 50;
For safety reasons, floating point precisions are clipped to 50;
\code
{
\%
f
}
conversions for numbers whose absolute value is over 1e25
\code
{
\%
f
}
conversions for numbers whose absolute value is over 1e25
...
...
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