QGIS/python/core/auto_additions/qgsinterval.py
Nyall Dawson 9435a84ff7 sipify
2025-04-03 01:05:31 +10:00

8 lines
557 B
Python

# The following has been generated automatically from src/core/qgsinterval.h
try:
QgsInterval.__attribute_docs__ = {'YEARS': 'Seconds per year (average)', 'MONTHS': 'Seconds per month, based on 30 day month', 'WEEKS': 'Seconds per week', 'DAY': 'Seconds per day', 'HOUR': 'Seconds per hour', 'MINUTE': 'Seconds per minute'}
QgsInterval.__annotations__ = {'YEARS': int, 'MONTHS': int, 'WEEKS': int, 'DAY': int, 'HOUR': int, 'MINUTE': int}
QgsInterval.fromString = staticmethod(QgsInterval.fromString)
except (NameError, AttributeError):
pass