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

Method __init__

IPython/lib/inputhookwx.py:59–61  ·  view source on GitHub ↗
(self, func)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected