Scribus
Open source desktop publishing at your fingertips
sceditor.indenter.PythonCodeIndenter Class Reference
Inheritance diagram for sceditor.indenter.PythonCodeIndenter:
Collaboration diagram for sceditor.indenter.PythonCodeIndenter:

Public Member Functions

def __init__
 
def correct_indentation (self, lineno)
 
- Public Member Functions inherited from sceditor.indenter.TextIndenter
def __init__
 
def correct_indentation (self, lineno)
 
def deindent (self, lineno)
 
def indent (self, lineno)
 
def entering_new_line (self, lineno)
 
def insert_tab (self, index)
 

Additional Inherited Members

- Public Attributes inherited from sceditor.indenter.TextIndenter
 editor
 
 indents
 
 line_editor
 

Member Function Documentation

def sceditor.indenter.PythonCodeIndenter.correct_indentation (   self,
  lineno 
)
Correct the indentation of the line containing the given index

The documentation for this class was generated from the following file: