MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / create_inputhook_tk

Function create_inputhook_tk

pydev_ipython/inputhooktk.py:18–25  ·  view source on GitHub ↗
(app)

Source from the content-addressed store, hash-verified

16
17
18def create_inputhook_tk(app):
19 def inputhook_tk():
20 while app.dooneevent(TCL_DONT_WAIT) == 1:
21 if stdin_ready():
22 break
23 return 0
24
25 return inputhook_tk

Callers 1

enable_tkMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected