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

Class EventLoopTimer

IPython/lib/inputhookwx.py:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 return 0
56
57class EventLoopTimer(wx.Timer):
58
59 def __init__(self, func):
60 self.func = func
61 wx.Timer.__init__(self)
62
63 def Notify(self):
64 self.func()
65
66class EventLoopRunner(object):
67

Callers 1

RunMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected