Comment #43 on issue 1757 by Vinzent.Steinberg: coding style
http://code.google.com/p/sympy/issues/detail?id=1757

like "def __add__(a, b):"

In this case I'd rather use 'self' and 'other', because you might have to normalize 'other', if you want to support more than just instances of your class.

Actually, right now I cannot think of an obvious case where you should not name it 'self'.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to