MCPcopy Index your code
hub / github.com/ipython/ipython / func2

Method func2

tests/test_events.py:70–72  ·  view source on GitHub ↗
(*_)

Source from the content-addressed store, hash-verified

68 self.em.register("ping_received", func3)
69
70 def func2(*_):
71 invoked[1] = True
72 self.em.unregister("ping_received", func2)
73
74 def func3(*_):
75 invoked[2] = True

Callers

nothing calls this directly

Calls 1

unregisterMethod · 0.80

Tested by

no test coverage detected