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