MCPcopy Index your code
hub / github.com/python/cpython / hide_sidebar

Method hide_sidebar

Lib/idlelib/sidebar.py:104–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

102 self.is_shown = True
103
104 def hide_sidebar(self):
105 if self.is_shown:
106 self.main_widget.grid_forget()
107 self.is_shown = False
108
109 def yscroll_event(self, *args, **kwargs):
110 """Hook for vertical scrolling for sub-classes to override."""

Callers 4

test_fontMethod · 0.80
test_highlight_colorsMethod · 0.80

Calls 1

grid_forgetMethod · 0.80

Tested by 3

test_fontMethod · 0.64
test_highlight_colorsMethod · 0.64