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

Function handle_tk_events

Lib/idlelib/run.py:98–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 # gh-121008: When testing IDLE, don't create a Tk object to avoid side
97 # effects such as installing a PyOS_InputHook hook.
98 def handle_tk_events():
99 pass
100else:
101 tcl = tkinter.Tcl()
102

Callers 1

mainFunction · 0.85

Calls 1

evalMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…