Interpreter-like help in cmd.Cmd

Sarir Khamsi sarir.khamsi at raytheon.com
Thu Jun 9 16:53:59 EDT 2005


Is there a way to get help the way you get it from the Python
interpreter (eg, 'help(dir)' gives help on the 'dir' command) in the
module cmd.Cmd? I know how to add commands and help text to cmd.Cmd
but I would also like to get the man-page-like help for classes and
functions. Does anyone know how to do that? Thanks.

Sarir



More information about the Python-list mailing list