We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac101e commit 6c03f21Copy full SHA for 6c03f21
1 file changed
docs/intro/learning.rst
@@ -156,6 +156,7 @@ development, version control, and optimization/profiling.
156
157
A Guide to Python's Magic Methods
158
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159
+
160
This is a collection of blog posts by Rafe Kettler which explain 'magic methods'
161
in Python. Magic methods are surrounded by double underscores (i.e. __init__) and
162
can make classes and objects behave in different and magical ways.
0 commit comments