mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
15 lines
784 B
Python
15 lines
784 B
Python
# The following has been generated automatically from src/core/classification/qgsclassificationmethod.h
|
|
try:
|
|
QgsClassificationMethod.rangesToBreaks = staticmethod(QgsClassificationMethod.rangesToBreaks)
|
|
QgsClassificationMethod.create = staticmethod(QgsClassificationMethod.create)
|
|
QgsClassificationMethod.makeBreaksSymmetric = staticmethod(QgsClassificationMethod.makeBreaksSymmetric)
|
|
QgsClassificationMethod.__virtual_methods__ = ['icon', 'writeXml', 'readXml', 'valuesRequired']
|
|
QgsClassificationMethod.__abstract_methods__ = ['clone', 'name', 'id']
|
|
QgsClassificationMethod.__group__ = ['classification']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsClassificationRange.__group__ = ['classification']
|
|
except (NameError, AttributeError):
|
|
pass
|