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

Method squeeze_current_text_event

Lib/idlelib/pyshell.py:1445–1447  ·  view source on GitHub ↗
(self, event=None)

Source from the content-addressed store, hash-verified

1443 return super().rmenu_check_paste()
1444
1445 def squeeze_current_text_event(self, event=None):
1446 self.squeezer.squeeze_current_text()
1447 self.shell_sidebar.update_sidebar()
1448
1449 def on_squeezed_expand(self, index, text, tags):
1450 self.shell_sidebar.update_sidebar()

Callers

nothing calls this directly

Calls 2

squeeze_current_textMethod · 0.80
update_sidebarMethod · 0.80

Tested by

no test coverage detected