On Apr 3, 11:55 am, Simon King <[email protected]> wrote: > sage: F = [f for f in globals().values() if callable(f)]
I would write it as filter(callable, globals().values()) Alec -- 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/sage-support URL: http://www.sagemath.org To unsubscribe, reply using "remove me" as the subject.
