Jagosta
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Is it just me, or does Code Folding hurt your brain?
I typically want this one kind of folding all the time… class Foo: [+] def __init__(self):... [+] def bar(self):...That is, each method folded up in a class. I generally can accom...