Re: I always forget how to access information about classes and methods - how to do it?
Chris Green <[email protected]> Mon, 9 Mar 2026 21:26:22 +0000
| Newsgroups | comp.lang.python |
|---|---|
| Message-ID | <[email protected]> |
Lawrence D’Oliveiro <[email protected]> wrote: > On Mon, 9 Mar 2026 16:27:02 +0000, Chris Green wrote: > > > I know one can access information about python3 classes and methods > > (e.g. list the methods in a class, show the parameters for a method, > > etc.) but I always forget how to do it. > > The “help()” function? > > <https://docs.python.org/3/library/functions.html#help> Yes, that's it!! Thank you (and I've bookmarked that link, thank you som more) -- Chris Green ·