MCPcopy Create free account
hub / github.com/ipython/ipython / check_stdin

Method check_stdin

IPython/lib/inputhookwx.py:74–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72 self.evtloop.Run()
73
74 def check_stdin(self):
75 if stdin_ready():
76 self.timer.Stop()
77 self.evtloop.Exit()
78
79def inputhook_wx2():
80 """Run the wx event loop, polling for stdin.

Callers

nothing calls this directly

Calls 1

stdin_readyFunction · 0.90

Tested by

no test coverage detected