Package peppy :: Package lib :: Module foldexplorer :: Class SimpleFoldFunctionMatchMixin
[frames] | no frames]

Class SimpleFoldFunctionMatchMixin

object --+
         |
        SimpleFoldFunctionMatchMixin
Known Subclasses:

Simple getFoldEntryFunctionName provider that matches at the beginning of the line.

This mixin looks at the class attribute 'fold_function_match' to determine if a potential fold entry should be included in the function list. 'fold_function_match' should be a list of strings without leading whitespace that will be used to match against folded lines.

Instance Methods
 
getFoldEntryFunctionName(self, line)

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

Properties

Inherited from object: __class__