In [80]: Integer(1) Out[80]: 1 In [81]: _.args Out[81]: ()
Is this normal? I expected type(expr)(*expr.args) == expr to be always true. -- 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.
