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

Method func3

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected