On Sat, 30 Jul 2005 22:02:49 +0200,
Chris <[EMAIL PROTECTED]> wrote:

> I tried that, problem is that __all__ containts strings...

Okay, that's twice I've lept before I looked.  How about this:

    for a in __all__:
        print globals()[a].__doc__

HTH,
Dan

-- 
Dan Sommers
<http://www.tombstonezero.net/dan/>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to