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

Method check_stdin

IPython/terminal/pt_inputhooks/wx.py:69–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 self.evtloop.Run()
68
69 def check_stdin(self):
70 if self.input_is_ready():
71 self.timer.Stop()
72 self.evtloop.Exit()
73
74
75@ignore_keyboardinterrupts

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected