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

Class EventLoopTimer

IPython/terminal/pt_inputhooks/wx.py:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49
50class EventLoopTimer(wx.Timer):
51
52 def __init__(self, func):
53 self.func = func
54 wx.Timer.__init__(self)
55
56 def Notify(self):
57 self.func()
58
59
60class EventLoopRunner(object):

Callers 1

RunMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected