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

Method Run

IPython/lib/inputhookwx.py:68–72  ·  view source on GitHub ↗
(self, time)

Source from the content-addressed store, hash-verified

66class EventLoopRunner(object):
67
68 def Run(self, time):
69 self.evtloop = wx.EventLoop()
70 self.timer = EventLoopTimer(self.check_stdin)
71 self.timer.Start(time)
72 self.evtloop.Run()
73
74 def check_stdin(self):
75 if stdin_ready():

Callers 1

inputhook_wx2Function · 0.95

Calls 1

EventLoopTimerClass · 0.70

Tested by

no test coverage detected