QGIS/python/core/auto_additions/qgsfieldformatter.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

7 lines
312 B
Python

# The following has been generated automatically from src/core/qgsfieldformatter.h
try:
QgsFieldFormatter.__virtual_methods__ = ['representValue', 'sortValue', 'alignmentFlag', 'createCache', 'availableValues']
QgsFieldFormatter.__abstract_methods__ = ['id']
except (NameError, AttributeError):
pass