Eclipse has that \"+/-\" on the left to expand and collapse blocks of code.
I\'ve got tens of thousands of lines to go through and would really like to just collapse
If you are using PyDev in Eclipse, its Ctrl0 and Ctrl9 for collapse all and uncollapse all respectively. Ctrl- and Ctrl= to collapse individual methods when your cursor is on the line of the method declaration.