mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-09 00:17:27 -05:00
8 lines
493 B
Python
8 lines
493 B
Python
# The following has been generated automatically from src/analysis/vector/geometry_checker/qgsgeometrycheck.h
|
|
QgsGeometryCheck.Flags.baseClass = QgsGeometryCheck
|
|
Flags = QgsGeometryCheck # dirty hack since SIP seems to introduce the flags in module
|
|
try:
|
|
QgsGeometryCheck.__attribute_docs__ = {'what': 'What level this change affects.', 'type': 'What action this change performs.', 'vidx': 'The index of the part / ring / vertex, depending on :py:func:`what`.'}
|
|
except NameError:
|
|
pass
|