# The following has been generated automatically from src/core/numericformats/qgsfractionnumericformat.h
try:
QgsFractionNumericFormat.doubleToVulgarFraction = staticmethod(QgsFractionNumericFormat.doubleToVulgarFraction)
QgsFractionNumericFormat.toUnicodeSuperscript = staticmethod(QgsFractionNumericFormat.toUnicodeSuperscript)
QgsFractionNumericFormat.toUnicodeSubscript = staticmethod(QgsFractionNumericFormat.toUnicodeSubscript)
QgsFractionNumericFormat.__group__ = ['numericformats']
except (NameError, AttributeError):
pass
|