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