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

Class PythonParagraphMixin

                        object --+    
                                 |    
fundamental.StandardParagraphMixin --+
                                     |
                                    PythonParagraphMixin
Known Subclasses:

Instance Methods
 
findParagraphStart(self, linenum, info)
Check to see if a previous line should be included in the paragraph match.
 
findParagraphEnd(self, linenum, info)
Check to see if a following line should be included in the paragraph match.

Inherited from fundamental.StandardParagraphMixin: findParagraph

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

Properties

Inherited from object: __class__

Method Details

findParagraphStart(self, linenum, info)

 

Check to see if a previous line should be included in the paragraph match.

Overrides: fundamental.StandardParagraphMixin.findParagraphStart

findParagraphEnd(self, linenum, info)

 

Check to see if a following line should be included in the paragraph match.

Overrides: fundamental.StandardParagraphMixin.findParagraphEnd