I wonder if we had a Hold class that takes arguments (class, args) that prints as class(*args, evaluate=False) might be a way to go and then have a `touch` or `release` function that converts Hold to class(*args) might be a way to go.
>> Hold(Add, 3, 4) 3 + 4 >> touch(_) 7 -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
