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

7 lines
383 B
Python

# The following has been generated automatically from src/core/qgsmaplayertemporalproperties.h
try:
QgsMapLayerTemporalProperties.__virtual_methods__ = ['isVisibleInTemporalRange', 'allTemporalRanges']
QgsMapLayerTemporalProperties.__abstract_methods__ = ['writeXml', 'readXml', 'setDefaultsFromDataProviderTemporalCapabilities']
except (NameError, AttributeError):
pass