Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
class
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
66
class
EventLoopRunner(object):
67
Callers
1
Run
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected