QGIS/python/core/auto_additions/qgsvectordataprovider.py
Nyall Dawson 3f481b568e Record header subfolders as __group__ attribute in PyQGIS classes
This will allow us to logically create subgroups for PyQGIS modules
in the API reference guide
2024-08-17 20:13:12 +10:00

16 lines
657 B
Python

# The following has been generated automatically from src/core/vector/qgsvectordataprovider.h
try:
QgsVectorDataProvider.__attribute_docs__ = {'EditingCapabilities': "Bitmask of all provider's editing capabilities", 'raiseError': 'Signals an error in this provider\n'}
except NameError:
pass
QgsVectorDataProvider.availableEncodings = staticmethod(QgsVectorDataProvider.availableEncodings)
QgsVectorDataProvider.convertValue = staticmethod(QgsVectorDataProvider.convertValue)
try:
QgsVectorDataProvider.__group__ = ['vector']
except NameError:
pass
try:
QgsVectorDataProvider.NativeType.__group__ = ['vector']
except NameError:
pass