mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			405 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			405 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# The following has been generated automatically from src/core/vector/qgsvectorlayerfeaturecounter.h
 | 
						|
try:
 | 
						|
    QgsVectorLayerFeatureCounter.__attribute_docs__ = {'symbolsCounted': 'Emitted when the symbols have been counted.\n'}
 | 
						|
    QgsVectorLayerFeatureCounter.__overridden_methods__ = ['run', 'cancel']
 | 
						|
    QgsVectorLayerFeatureCounter.__group__ = ['vector']
 | 
						|
except (NameError, AttributeError):
 | 
						|
    pass
 |