Martin De Kauwe <mdeka...@gmail.com> wrote:
>
>If I wanted to print an entire module, skipping the attributes
>starting with "__" is there an *optimal* way? 

Your question is somewhat ambiguous.  When I read "print an entire module",
I assumed you were asking for a way to print the source code, perhaps with
syntax coloring.

Surely there is no reason to have an "optimal" method of doing this -- this
is never going to be in an inner loop.  If you have a method that works,
there is little justification to optimize...
-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to