[IPython-dev] custom help() function
Frédéric Mantegazza
mantegazza at ill.fr
Tue Jun 7 02:12:13 EDT 2005
Le Lundi 6 Juin 2005 16:19, Fernando.Perez at colorado.edu a écrit :
> Well, you could just write your own help() which checks for special
> objects and does something funky with them, and otherwise delegates to
> the native help (which lives in pydoc, by the way). I don't think
> pydoc.help() has customization capabilities, but I'm not 100% sure.
Ok, I'll try to customize pydoc.help() first. If it is not possible, I'm
make a magic help function.
Thank's,
--
Frédéric
More information about the IPython-dev
mailing list