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

Method init_widgets

Lib/idlelib/sidebar.py:83–85  ·  view source on GitHub ↗

Initialize the sidebar's widgets, returning the main widget.

(self)

Source from the content-addressed store, hash-verified

81 self.update_colors()
82
83 def init_widgets(self):
84 """Initialize the sidebar's widgets, returning the main widget."""
85 raise NotImplementedError
86
87 def update_font(self):
88 """Update the sidebar text font, usually after config changes."""

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected