| Tor Norbye | 3a2425a | 2013-11-04 10:16:08 -0800 | [diff] [blame^] | 1 | <fold text='SupportStuff'>#region SupportStuff |
| 2 | class SupportClass(object):<fold text='...'> |
| 3 | pass</fold> |
| 4 | |
| 5 | |
| 6 | def supportFunction():<fold text='...'> |
| 7 | return</fold> |
| 8 | #endregion</fold> |
| 9 | |
| 10 | class ImportantClass(object):<fold text='...'> |
| 11 | <fold text='Class body'>#region Class body |
| 12 | def f(self):<fold text='...'> |
| 13 | return 'hello world'</fold> |
| 14 | #endregion</fold> |
| 15 | pass</fold> |
| 16 | |
| 17 | <fold text='VeryImportant'>#region VeryImportant |
| 18 | def importantFunction():<fold text='...'> |
| 19 | if (x > 0): |
| 20 | <fold text='Body'>#region Body |
| 21 | print "abc" |
| 22 | #endregion</fold> |
| 23 | return</fold> |
| 24 | pass |
| 25 | #endregion</fold> |