Comment #17 on issue 1735 by asmeurer: Rename .func attribute (.args too?)
http://code.google.com/p/sympy/issues/detail?id=1735

Actually, 'type' is only good if we plan on maintaining this invariant:

In [30]: atan(x).func is atan
Out[30]: True

In [31]: type(atan(x)) is atan
Out[31]: True

i.e., should expr.func (or expr.type) always be the same as type(expr) (when using is or == comparison)?

--
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