Re: names of methods, exported functions

2005-04-27 Thread M.E.Farmer
Appears that most of the relevant code is in the Helper and TextDoc classes of pydoc also might need the doc() function. My head hurts every time I stare at the internals of pydoc ;) I guess it is time for a lunch break. M.E.Farmer -- http://mail.python.org/mailman/listinfo/python-list

Re: names of methods, exported functions

2005-04-27 Thread M.E.Farmer
Michael Hoffman wrote: > Bengt Richter wrote: > > > Using help: (BTW, it would be nice to have some keyword arguments for help to filter down > > information to exclude what may not be interesting) > > No kidding. What do you think the output should look like in that case? > > I think we don't nee

Re: names of methods, exported functions

2005-04-27 Thread Michael Hoffman
Bengt Richter wrote: Using help: (BTW, it would be nice to have some keyword arguments for help to filter down information to exclude what may not be interesting) No kidding. What do you think the output should look like in that case? I think we don't need the mro, or any of the magic methods inhe

Re: names of methods, exported functions

2005-04-27 Thread Bengt Richter
On Wed, 27 Apr 2005 10:45:05 +0100, Michael Hoffman <[EMAIL PROTECTED]> wrote: >Mayer wrote: > >> 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 th

Re: names of methods, exported functions

2005-04-27 Thread Ville Vainio
> "Mayer" == Mayer <[EMAIL PROTECTED]> writes: Mayer> Hello: Mayer> Is there a way to see at the python prompt the names of all Mayer> the public methods of a class or the names exported by a Mayer> module? I know that If you use ipython, you can press after the period, e.g

Re: names of methods, exported functions

2005-04-27 Thread Michael Hoffman
Mayer wrote: 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 ret

names of methods, exported functions

2005-04-27 Thread Mayer
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