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
6c48bf2d
Unverified
Kaydet (Commit)
6c48bf2d
authored
Kas 20, 2018
tarafından
Serhiy Storchaka
Kaydeden (comit)
GitHub
Kas 20, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-9842: Add references for using "..." as a placeholder to the index. (GH-10330)
üst
6b73bb52
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
pprint.rst
Doc/library/pprint.rst
+2
-0
reprlib.rst
Doc/library/reprlib.rst
+3
-0
textwrap.rst
Doc/library/textwrap.rst
+2
-0
No files found.
Doc/library/pprint.rst
Dosyayı görüntüle @
6c48bf2d
...
@@ -30,6 +30,8 @@ The :mod:`pprint` module defines one class:
...
@@ -30,6 +30,8 @@ The :mod:`pprint` module defines one class:
.. First the implementation class:
.. First the implementation class:
.. index:: single: ...; placeholder
.. class:: PrettyPrinter(indent=1, width=80, depth=None, stream=None, *, \
.. class:: PrettyPrinter(indent=1, width=80, depth=None, stream=None, *, \
compact=False)
compact=False)
...
...
Doc/library/reprlib.rst
Dosyayı görüntüle @
6c48bf2d
...
@@ -42,6 +42,9 @@ In addition to size-limiting tools, the module also provides a decorator for
...
@@ -42,6 +42,9 @@ In addition to size-limiting tools, the module also provides a decorator for
detecting recursive calls to :meth:`__repr__` and substituting a placeholder
detecting recursive calls to :meth:`__repr__` and substituting a placeholder
string instead.
string instead.
.. index:: single: ...; placeholder
.. decorator:: recursive_repr(fillvalue="...")
.. decorator:: recursive_repr(fillvalue="...")
Decorator for :meth:`__repr__` methods to detect recursive calls within the
Decorator for :meth:`__repr__` methods to detect recursive calls within the
...
...
Doc/library/textwrap.rst
Dosyayı görüntüle @
6c48bf2d
...
@@ -268,6 +268,8 @@ hyphenated words; only then will long words be broken if necessary, unless
...
@@ -268,6 +268,8 @@ hyphenated words; only then will long words be broken if necessary, unless
.. versionadded:: 3.4
.. versionadded:: 3.4
.. index:: single: ...; placeholder
.. attribute:: placeholder
.. attribute:: placeholder
(default: ``' [...]'``) String that will appear at the end of the output
(default: ``' [...]'``) String that will appear at the end of the output
...
...
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