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

Method run_custom_event

Lib/idlelib/runscript.py:109–110  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

107 shell.set_warning_stream(saved_stream)
108
109 def run_custom_event(self, event):
110 return self.run_module_event(event, customize=True)
111
112 def run_module_event(self, event, *, customize=False):
113 """Run the module after setting up the environment.

Callers

nothing calls this directly

Calls 1

run_module_eventMethod · 0.95

Tested by

no test coverage detected