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.
Can someone enlighten me please, plus tell me where it is documented
so that I can bookmark it and not need to ask again.
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.
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>
... and I've bookmarked that link ...
| Sysop: | Tetrazocine |
|---|---|
| Location: | Melbourne, VIC, Australia |
| Users: | 15 |
| Nodes: | 8 (0 / 8) |
| Uptime: | 195:47:54 |
| Calls: | 208 |
| Files: | 21,502 |
| Messages: | 84,363 |