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
f760610b
Kaydet (Commit)
f760610b
authored
Mar 27, 2019
tarafından
Andre Delfino
Kaydeden (comit)
Éric Araujo
Mar 27, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-33832: Add "magic method" glossary entry (GH-7630)
üst
dfd775a0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
glossary.rst
Doc/glossary.rst
+7
-0
2018-06-15-15-57-37.bpo-33832.xBFhKw.rst
...xt/Documentation/2018-06-15-15-57-37.bpo-33832.xBFhKw.rst
+1
-0
No files found.
Doc/glossary.rst
Dosyayı görüntüle @
f760610b
...
@@ -663,6 +663,11 @@ Glossary
...
@@ -663,6 +663,11 @@ Glossary
:
term
:`
finder
`.
See
:
pep
:`
302
`
for
details
and
:
term
:`
finder
`.
See
:
pep
:`
302
`
for
details
and
:
class
:`
importlib
.
abc
.
Loader
`
for
an
:
term
:`
abstract
base
class
`.
:
class
:`
importlib
.
abc
.
Loader
`
for
an
:
term
:`
abstract
base
class
`.
magic
method
..
index
::
pair
:
magic
;
method
An
informal
synonym
for
:
term
:`
special
method
`.
mapping
mapping
A
container
object
that
supports
arbitrary
key
lookups
and
implements
the
A
container
object
that
supports
arbitrary
key
lookups
and
implements
the
methods
specified
in
the
:
class
:`~
collections
.
abc
.
Mapping
`
or
methods
specified
in
the
:
class
:`~
collections
.
abc
.
Mapping
`
or
...
@@ -1004,6 +1009,8 @@ Glossary
...
@@ -1004,6 +1009,8 @@ Glossary
(subscript) notation uses :class:`slice` objects internally.
(subscript) notation uses :class:`slice` objects internally.
special method
special method
.. index:: pair: special; method
A method that is called implicitly by Python to execute a certain
A method that is called implicitly by Python to execute a certain
operation on a type, such as addition. Such methods have names starting
operation on a type, such as addition. Such methods have names starting
and ending with double underscores. Special methods are documented in
and ending with double underscores. Special methods are documented in
...
...
Misc/NEWS.d/next/Documentation/2018-06-15-15-57-37.bpo-33832.xBFhKw.rst
0 → 100644
Dosyayı görüntüle @
f760610b
Add glossary entry for 'magic 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