Package peppy :: Package plugins :: Module python_mode :: Class IDLEReindentMixin
[frames] | no frames]

Class IDLEReindentMixin

              object --+    
                       |    
fundamental.ReindentBase --+
                           |
                          IDLEReindentMixin
Known Subclasses:

Instance Methods
 
getReindentColumn(self, linenum, linestart, pos, before, col, ind)
Reindent the specified line to the correct level.

Inherited from fundamental.ReindentBase: reindentLine

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

getReindentColumn(self, linenum, linestart, pos, before, col, ind)

 

Reindent the specified line to the correct level.

Given a line, use IDLE's parsing module to find the correct indention level

Overrides: fundamental.ReindentBase.getReindentColumn