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
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
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
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
> "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
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
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