Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ collapse
Method
collapse
Lib/idlelib/tree.py:161–164 ·
view source on GitHub ↗
(self, event=None)
Source
from the content-addressed store, hash-verified
159
self.view()
160
161
def
collapse(self, event=None):
162
if
self.state !=
'collapsed'
:
163
self.state =
'collapsed'
164
self.update()
165
166
def
view(self):
167
top = self.y - 2
Callers
1
flip
Method · 0.95
Calls
1
update
Method · 0.95
Tested by
no test coverage detected