Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ b_callback
Method
b_callback
tests/test_traitlets.py:2118–2119 ·
view source on GitHub ↗
(name, old, new)
Source
from the content-addressed store, hash-verified
2116
a.on_trait_change(a_callback,
"value"
)
2117
2118
def
b_callback(name, old, new):
2119
callback_count.append(
"b"
)
2120
2121
b.on_trait_change(b_callback,
"count"
)
2122
Callers
nothing calls this directly
Calls
1
append
Method · 0.80
Tested by
no test coverage detected