| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
SimpleCLikeFoldFunctionMatchMixin
Simple getFoldEntryFunctionName provider for C-like languages that matches at the beginning of the line.
This mixin looks at the class attribute 'fold_function_ignore' to determine if a potential fold entry should be included in the function list. 'fold_function_ignore' should be a list of strings without leading whitespace that will be used to match against folded lines.
It also is aware of braces, and if a line contains only a single brace, it will backtrack until it finds a non-blank line.
| Instance Methods | |||
|
|||
|
Inherited from |
|||
| Class Variables | |
fold_function_ignore = default ignore list for C like languages. |
|
| Properties | |
|
Inherited from |
| Class Variable Details |
fold_function_ignoredefault ignore list for C like languages. Override in subclasses if you want to add more entries
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:17 2008 | http://epydoc.sourceforge.net |