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

Method show_sidebar

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

Source from the content-addressed store, hash-verified

97 raise NotImplementedError
98
99 def show_sidebar(self):
100 if not self.is_shown:
101 self.grid()
102 self.is_shown = True
103
104 def hide_sidebar(self):
105 if self.is_shown:

Callers 9

test_click_selectionMethod · 0.80
test_scrollMethod · 0.80
test_fontMethod · 0.80
test_highlight_colorsMethod · 0.80

Calls 1

gridMethod · 0.95

Tested by 7

test_click_selectionMethod · 0.64
test_scrollMethod · 0.64
test_fontMethod · 0.64
test_highlight_colorsMethod · 0.64