]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] Link to the glossary for "magic methods" in ``MagicMock`` (GH-111292) (#114003)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 12 Jan 2024 23:01:09 +0000 (00:01 +0100)
committerGitHub <noreply@github.com>
Fri, 12 Jan 2024 23:01:09 +0000 (23:01 +0000)
commit2d184b26df0c6996a1b0617820b6807def8d53b4
tree44b004812462bd77cb8024092a38ab9815a543f5
parent4bd4367a97cf217faf984113104631630a59a96b
[3.11] Link to the glossary for "magic methods" in ``MagicMock`` (GH-111292) (#114003)

Link to the glossary for "magic methods" in ``MagicMock`` (GH-111292)

The MagicMock documentation mentions magic methods several times without
actually pointing to the term in the glossary. This can be helpful for
people to fully understand what those magic methods are.
(cherry picked from commit e97da8677f7bbc6d970e230d334cd646ab662af1)

Co-authored-by: Pierre Equoy <pierre.equoy@canonical.com>
Doc/library/unittest.mock.rst