help() – Built-in method to provide helpful information — Adafruit CircuitPython 1 documentation (original) (raw)
- Core Modules
help()
– Built-in method to provide helpful information
help(object=None)
Prints a help method about the given object. When object
is none, prints general port information.