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 · -- https://mail.python.org/mailman3//lists/python-list.python.org
