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

Method __init__

IPython/terminal/pt_inputhooks/wx.py:52–54  ·  view source on GitHub ↗
(self, func)

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected