Skip to content

Commit 4a191fb

Browse files
committed
Add glossary entry for 'magic method'
1 parent 9d6171d commit 4a191fb

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/glossary.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,9 @@ Glossary
658658
:term:`finder`. See :pep:`302` for details and
659659
:class:`importlib.abc.Loader` for an :term:`abstract base class`.
660660

661+
magic method
662+
An informal synonym for :term:`special method`.
663+
661664
mapping
662665
A container object that supports arbitrary key lookups and implements the
663666
methods specified in the :class:`~collections.abc.Mapping` or
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add glossary entry for 'magic method'.

0 commit comments

Comments
 (0)