Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

11 lines
449 B
Python

# The following has been generated automatically from src/core/qgstracer.h
QgsTracer.ErrNone = QgsTracer.PathError.ErrNone
QgsTracer.ErrTooManyFeatures = QgsTracer.PathError.ErrTooManyFeatures
QgsTracer.ErrPoint1 = QgsTracer.PathError.ErrPoint1
QgsTracer.ErrPoint2 = QgsTracer.PathError.ErrPoint2
QgsTracer.ErrNoPath = QgsTracer.PathError.ErrNoPath
try:
QgsTracer.__virtual_methods__ = ['configure']
except (NameError, AttributeError):
pass