[Python-ideas] Method signature syntactic sugar (especially for dunder methods)

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Nov 8 16:56:24 EST 2016


Another advantage of dunder method names is that you
can google them. Someone coming across a method called
"__foo__" can easily find documentation about it, but
it's not so easy to do that for special syntax.

-- 
Greg



More information about the Python-ideas mailing list