Path: csiph.com!eternal-september.org!feeder.eternal-september.org!nntp.eternal-september.org!.POSTED!not-for-mail From: Lawrence =?iso-8859-13?q?D=FFOliveiro?= 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 20:25:41 -0000 (UTC) Organization: A noiseless patient Spider Lines: 9 Message-ID: <10onac5$3mf5n$1@dont-email.me> References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Mon, 09 Mar 2026 20:25:42 +0000 (UTC) Injection-Info: dont-email.me; posting-host="742763ecbe44ffb1e9e31bbe291cc26d"; logging-data="3882167"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX193f+xSUipz3LrT2an75+RT" User-Agent: Pan/0.165 (Kostiantynivka) Cancel-Lock: sha1:/R4wTyL/LWOnjkJK2ym+fbzDvmE= Xref: csiph.com comp.lang.python:197695 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?