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

Method grid

Lib/idlelib/sidebar.py:95–97  ·  view source on GitHub ↗

Layout the widget, always using grid layout.

(self)

Source from the content-addressed store, hash-verified

93 raise NotImplementedError
94
95 def grid(self):
96 """Layout the widget, always using grid layout."""
97 raise NotImplementedError
98
99 def show_sidebar(self):
100 if not self.is_shown:

Callers 15

show_sidebarMethod · 0.95
__init__Method · 0.45
adjustScrollsMethod · 0.45
bodyMethod · 0.45
make_guiMethod · 0.45
load_dictMethod · 0.45
create_widgetsMethod · 0.45
create_page_fontMethod · 0.45
create_page_keysMethod · 0.45
extension_selectedMethod · 0.45

Calls

no outgoing calls

Tested by 3

setUpClassMethod · 0.36
setUpClassMethod · 0.36
bodyMethod · 0.36