mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
6 lines
384 B
Python
6 lines
384 B
Python
# The following has been generated automatically from src/core/qgspointlocator.h
|
|
try:
|
|
QgsPointLocator.__attribute_docs__ = {'initFinished': 'Emitted whenever index has been built and initialization is finished\n\n:param ok: ``False`` if the creation of index has been prematurely stopped due to the limit of\n features, otherwise ``True``\n'}
|
|
except NameError:
|
|
pass
|