Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
_sidebar_number_scrolling
Function · 0.80
toggle_line_numbers_event
Method · 0.80
test_toggle_linenumbering
Method · 0.80
test_click_selection
Method · 0.80
test_drag_selection_down
Method · 0.80
test_drag_selection_up
Method · 0.80
test_scroll
Method · 0.80
test_font
Method · 0.80
test_highlight_colors
Method · 0.80
Calls
1
grid
Method · 0.95
Tested by
7
test_toggle_linenumbering
Method · 0.64
test_click_selection
Method · 0.64
test_drag_selection_down
Method · 0.64
test_drag_selection_up
Method · 0.64
test_scroll
Method · 0.64
test_font
Method · 0.64
test_highlight_colors
Method · 0.64