Status: Accepted Owner: smichr CC: Vinzent.Steinberg, asmeurer, ondrej.certik Labels: Type-Defect Priority-Medium NeedsReview
New issue 1923 by smichr: count_ops doesn't return a count (by default) http://code.google.com/p/sympy/issues/detail?id=1923 This function has good utility for quantifying how large an expression is, and it's faster than calculating and comparing the string length of two expressions. It has been changed so a count (as implied by the name) is the default returned; the symbolic flag has been renamed to visual in keeping with the 'visual' flag used for factorint. TODO it seems that an int (rather than an Integer) should be returned. Should this change be made? Also, in some places this is decorated with @cacheit and in other places not. Should all methods of count_it be cacheit decorated? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
