Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ func2
Method
func2
IPython/core/tests/test_events.py:67–69 ·
view source on GitHub ↗
(*_)
Source
from the content-addressed store, hash-verified
65
self.em.register(
'ping_received'
, func3)
66
67
def
func2(*_):
68
invoked[1] = True
69
self.em.unregister(
'ping_received'
, func2)
70
71
def
func3(*_):
72
invoked[2] = True
Callers
nothing calls this directly
Calls
1
unregister
Method · 0.80
Tested by
no test coverage detected