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

Function poll

IPython/terminal/pt_inputhooks/wx.py:182–185  ·  view source on GitHub ↗
(ev)

Source from the content-addressed store, hash-verified

180 timer = wx.Timer()
181
182 def poll(ev):
183 if context.input_is_ready():
184 timer.Stop()
185 app.ExitMainLoop()
186
187 timer.Start(poll_interval)
188 timer.Bind(wx.EVT_TIMER, poll)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected