> It uses is_Atom for the base case. Why is is_Atom preferable to (not hasattr(obj, 'args') or not obj.args)? Is not is_Atom redundant (i.e. mostly the same as args==(,)), and with limited scope (i.e. breaks when args contain non-Basic)?
-- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en.
