1) Try to fold following code:
class test():
pass
# some comment test_var = 1
2) The folded code will look like:
class test(): test_var = 1
following view is expected:
System - Windows XP Eclipse version - 3.7.1 PyDev version - 2.2.4.2011110216
System - Windows XP
Eclipse version - 3.7.1
PyDev version - 2.2.4.2011110216