Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ handle_winconfig
Method
handle_winconfig
Lib/idlelib/editor.py:315–316 ·
view source on GitHub ↗
(self, event=None)
Source
from the content-addressed store, hash-verified
313
self.update_menu_state(
'options'
,
'*ine*umbers'
,
'disabled'
)
314
315
def
handle_winconfig(self, event=None):
316
self.set_width()
317
318
def
set_width(self):
319
text = self.text
Callers
nothing calls this directly
Calls
1
set_width
Method · 0.95
Tested by
no test coverage detected