names of methods, exported functions

Mayer gmayer at cs.bgu.ac.il
Wed Apr 27 05:02:01 EDT 2005


Hello:

Is there a way to see at the python prompt the names of all the public
methods of a class or the names exported by a module? I know that
GUI-based IDEs have a nifty way of displaying these in the form of a
drop-down list, but I'm looking for some function or method that will
simply return a list of strings.

Thanks,

Mayer




More information about the Python-list mailing list