How to list all functions in an imported module?

Mark McEahern marklists at mceahern.com
Thu May 27 09:21:48 EDT 2004


On Thu, 2004-05-27 at 08:06, 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?

Try the inspect module.

// m





More information about the Python-list mailing list