Comment #33 on issue 1923 by nicolas.pourcelot: count_ops doesn't return a count (by default)
http://code.google.com/p/sympy/issues/detail?id=1923

Sorry, I don't understand what you mean. Add(x, y).count_ops() still returns 1:

$ git checkout smichr/1923
$ ./bin/isympy

In [1]: Add(x,y).count_ops()
Out[1]: 1

In [2]: count_ops(Add(x,y))
Out[2]: 1


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