mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
8 lines
468 B
Python
8 lines
468 B
Python
# The following has been generated automatically from src/gui/codeeditors/qgscodeeditorpython.h
|
|
try:
|
|
QgsCodeEditorPython.__virtual_methods__ = ['showApiDocumentation']
|
|
QgsCodeEditorPython.__overridden_methods__ = ['language', 'languageCapabilities', 'checkSyntax', 'toggleComment', 'initializeLexer', 'keyPressEvent', 'reformatCodeString', 'populateContextMenu']
|
|
QgsCodeEditorPython.__group__ = ['codeeditors']
|
|
except (NameError, AttributeError):
|
|
pass
|