We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0458770 commit 157a3ffCopy full SHA for 157a3ff
docs/intro/learning.rst
@@ -209,8 +209,10 @@ in Python. Magic methods are surrounded by double underscores (i.e. __init__)
209
and can make classes and objects behave in different and magical ways.
210
211
`A Guide to Python's Magic Methods <http://www.rafekettler.com/magicmethods.html>`_
212
+
213
.. note:: The Rafekettler.com is currently down, you can go to their Github version directly. Here you can find a PDF version:
214
`A Guide to Python's Magic Methods (repo on GitHub) <https://github.com/RafeKettler/magicmethods/blob/master/magicmethods.pdf>`_
215
216
217
218
For Engineers and Scientists
0 commit comments