I need to get the name (as a string) of certain given functions, and I've 
typically done it like
```
node.func.__name__
```
That works, except for UndefinedFunctions. Is that an oversight? How to get 
the 'hello' from u in
```
u = sympy.Function('hello')
```
?

Cheers,
Nico

-- 
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 sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/78c636a9-ee80-4e1f-a491-726fc8447f52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to