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
1afb9da7
Kaydet (Commit)
1afb9da7
authored
Mar 24, 2015
tarafından
Ezio Melotti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#23512: list non-essential built-in functions after the table. Patch by Carlo Beccarini.
üst
bc1fda39
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
functions.rst
Doc/library/functions.rst
+9
-4
ACKS
Misc/ACKS
+1
-0
No files found.
Doc/library/functions.rst
Dosyayı görüntüle @
1afb9da7
...
@@ -22,12 +22,17 @@ available. They are listed here in alphabetical order.
...
@@ -22,12 +22,17 @@ available. They are listed here in alphabetical order.
:func:`classmethod` :func:`getattr` :func:`map` |func-repr|_ :func:`xrange`
:func:`classmethod` :func:`getattr` :func:`map` |func-repr|_ :func:`xrange`
:func:`cmp` :func:`globals` :func:`max` :func:`reversed` :func:`zip`
:func:`cmp` :func:`globals` :func:`max` :func:`reversed` :func:`zip`
:func:`compile` :func:`hasattr` |func-memoryview|_ :func:`round` :func:`__import__`
:func:`compile` :func:`hasattr` |func-memoryview|_ :func:`round` :func:`__import__`
:func:`complex` :func:`hash` :func:`min` |func-set|_
:func:`apply`
:func:`complex` :func:`hash` :func:`min` |func-set|_
..
:func:`delattr` :func:`help` :func:`next` :func:`setattr`
:func:`buffer`
:func:`delattr` :func:`help` :func:`next` :func:`setattr`
..
|func-dict|_ :func:`hex` :func:`object` :func:`slice`
:func:`coerce`
|func-dict|_ :func:`hex` :func:`object` :func:`slice`
..
:func:`dir` :func:`id` :func:`oct` :func:`sorted`
:func:`intern`
:func:`dir` :func:`id` :func:`oct` :func:`sorted`
..
=================== ================= ================== ================= ====================
=================== ================= ================== ================= ====================
In addition, there are other four built-in functions that are no longer
considered essential: :func:`apply`, :func:`buffer`, :func:`coerce`, and
:func:`intern`. They are documented in the :ref:`non-essential-built-in-funcs`
section.
.. using :func:`dict` would create a link to another page, so local targets are
.. using :func:`dict` would create a link to another page, so local targets are
used, with replacement texts to make the output in the table consistent
used, with replacement texts to make the output in the table consistent
...
...
Misc/ACKS
Dosyayı görüntüle @
1afb9da7
...
@@ -95,6 +95,7 @@ Mike Bayer
...
@@ -95,6 +95,7 @@ Mike Bayer
Samuel L. Bayer
Samuel L. Bayer
Donald Beaudry
Donald Beaudry
David Beazley
David Beazley
Carlo Beccarini
Neal Becker
Neal Becker
Robin Becker
Robin Becker
Torsten Becker
Torsten Becker
...
...
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