On Apr 3, 11:55 am, Simon King <simon.k...@nuigalway.ie> 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 sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
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.

Reply via email to