|
Krita Source Code Documentation
|
Inheritance diagram for krita.sceditor.console.PythonCompleter:Public Member Functions | |
| __init__ (self, namespace) | |
| attr_matches (self, text) | |
| complete (self, text, state) | |
| global_matches (self, text) | |
Public Attributes | |
| matches | |
| namespace | |
Definition at line 214 of file console.py.
| krita.sceditor.console.PythonCompleter.__init__ | ( | self, | |
| namespace ) |
Definition at line 216 of file console.py.
| krita.sceditor.console.PythonCompleter.attr_matches | ( | self, | |
| text ) |
Definition at line 243 of file console.py.
References KisPipeBrushParasite.dim, KisSpinBoxUnitManager.dim, FlattenSpec.dim, xcfLayer.dim, krita.sceditor.console.PythonCompleter.namespace, and krita.sceditor.console.PythonConsole.namespace.
| krita.sceditor.console.PythonCompleter.complete | ( | self, | |
| text, | |||
| state ) |
Definition at line 219 of file console.py.
| krita.sceditor.console.PythonCompleter.global_matches | ( | self, | |
| text ) |
Definition at line 230 of file console.py.
References krita.sceditor.console.PythonCompleter.namespace, and krita.sceditor.console.PythonConsole.namespace.
| krita.sceditor.console.PythonCompleter.matches |
Definition at line 222 of file console.py.
| krita.sceditor.console.PythonCompleter.namespace |
Definition at line 217 of file console.py.