Project: QGIS

Version: 3.32

Feature: Python console help improvements

A special ? command has been added to the python console which displays a useful help message, identifies some key variables, and provides helper functions for improving the developer experience within QGIS Desktop.
The _pyqgis and _api helper functions will take a parameter (an instance or class), and will display the matching object page from the QGIS or Qt documentation.

This feature was developed by Yoann Quenach de Quivillic