gdal
gdal copied to clipboard
Doc: Remove C types from Python API docstrings
Feature description
Currently SWIG adds a signature line to the start of our docstrings. This signature line includes the C types, which is confusing. These types can be removed by using %feature("autodoc", "0") instead of the current %feature("autodoc").
From
To
Additional context
No response
Ah that's good news - I was wondering why these were being added (and are quite confusing when the Python type is a list and the docstring has an int.