script question

python at bdurham.com python at bdurham.com
Fri Apr 17 16:01:34 EDT 2009


Scott,

Thank you for your example - very clean.

For completeness, here is the corrected version of my original code for
the archives:

[ eval(x)() for x in dir() if hasattr( eval(x), '_included') ]

Regards,
Malcolm



More information about the Python-list mailing list