QGIS/python/core/auto_additions/qgsmeshdataprovider.py
Nyall Dawson 989e62a80f Handle docstrings for c++ structs
sip doesn't support the docstring directive for structs (only classes),
so patch these back in via sipify magic
2024-08-16 07:28:29 +10:00

11 lines
387 B
Python

# The following has been generated automatically from src/core/mesh/qgsmeshdataprovider.h
try:
QgsMeshDataProvider.__attribute_docs__ = {'datasetGroupsAdded': 'Emitted when some new dataset groups have been added\n'}
except NameError:
pass
QgsMesh.compareFaces = staticmethod(QgsMesh.compareFaces)
QgsMesh.__doc__ = """
Mesh - vertices, edges and faces
.. versionadded:: 3.6"""