Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Chris Green Newsgroups: comp.lang.python Subject: Re: I always forget how to access information about classes and methods - how to do it? Date: Mon, 9 Mar 2026 21:26:22 +0000 Lines: 17 Message-ID: References: <10onac5$3mf5n$1@dont-email.me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net SJiq4slv/7UTT0LcAuz2RQpYKmBWXnictUE9Xrh6TQPVopq+4= X-Orig-Path: not-for-mail Cancel-Lock: sha1:KAqkdsw0E940LoINYcUtrziK+YA= sha256:KO4C7WDd47xtuQxXl2k0K1rXsjBNbJiJE9qCohZwCv0= User-Agent: tin/2.6.5-20250409 ("Helmsdale") (Linux/6.12.63+deb13-amd64 (x86_64)) Xref: csiph.com comp.lang.python:197696 Lawrence D’Oliveiro 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? > > Yes, that's it!! Thank you (and I've bookmarked that link, thank you som more) -- Chris Green ·