Krita Source Code Documentation
Loading...
Searching...
No Matches
krita.sceditor.indenter.PythonCodeIndenter Member List

This is the complete list of members for krita.sceditor.indenter.PythonCodeIndenter, including all inherited members.

__init__(self, editor, indents=4)krita.sceditor.indenter.PythonCodeIndenter
_get_base_indentation(self, lineno)krita.sceditor.indenter.PythonCodeIndenterprotected
_get_correct_indentation(self, lineno)krita.sceditor.indenter.PythonCodeIndenterprotected
_indents_caused_by_current_stmt(self, current_line)krita.sceditor.indenter.PythonCodeIndenterprotected
_indents_caused_by_prev_stmt(self, stmt_range)krita.sceditor.indenter.PythonCodeIndenterprotected
_last_non_blank(self, lineno)krita.sceditor.indenter.PythonCodeIndenterprotected
_startswith(self, line, tokens)krita.sceditor.indenter.PythonCodeIndenterprotected
_strip(self, line)krita.sceditor.indenter.PythonCodeIndenterprotected
correct_indentation(self, lineno)krita.sceditor.indenter.PythonCodeIndenter
line_editorkrita.sceditor.indenter.PythonCodeIndenter