mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-27 00:07:16 -05:00
This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
16 lines
657 B
Python
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
|