Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ cb2
Method
cb2
IPython/core/tests/test_events.py:40–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
...
39
40
def
cb2():
41
...
42
43
self.em.register(
'ping_received'
, cb1)
44
nt.assert_raises(ValueError, self.em.unregister,
'ping_received'
, cb2)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected