How to list all functions in an imported module?

Roy Smith roy at panix.com
Thu May 27 09:31:49 EDT 2004


In article <889cbba0.0405270506.3cd91d26 at posting.google.com>,
 klachemin at home.com (Kamilche) wrote:

> I can't figure out how to list all functions from an imported module.
> I searched Google, but all the answers I found didn't work. Did
> something change in Python 2.2, perhaps there's a new method of doing
> it?

I would start with "dir (moduleName)"



More information about the Python-list mailing list