What about adding the following function to basic.py:

    def count_chars(self):
        """
        Return the number of characters in expressions.

        """
        return len(str(self))

Perhaps call it len?


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

Reply via email to