john_perry_usm <[email protected]> writes: > Found the issue: implicit_mul is not visible in iPython. > > Is that correct documentation, then? Kind of embarrassing that after > 5 years using Sage, I still don't know...
I think it's fine. The docstring simply refers to another function in the same file as `implicit_multiplication()`, namely sage/misc/preparser.py . I don't see a need to explicitly state that it is not exported into the global namespace like `implicit_multiplication()` is. -Keshav -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support?hl=en.
