mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
13 lines
561 B
Python
13 lines
561 B
Python
# The following has been generated automatically from src/core/classification/qgsclassificationmethod.h
|
|
QgsClassificationMethod.rangesToBreaks = staticmethod(QgsClassificationMethod.rangesToBreaks)
|
|
QgsClassificationMethod.create = staticmethod(QgsClassificationMethod.create)
|
|
QgsClassificationMethod.makeBreaksSymmetric = staticmethod(QgsClassificationMethod.makeBreaksSymmetric)
|
|
try:
|
|
QgsClassificationRange.__group__ = ['classification']
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsClassificationMethod.__group__ = ['classification']
|
|
except NameError:
|
|
pass
|