Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ _b_changed
Method
_b_changed
tests/test_traitlets.py:528–529 ·
view source on GitHub ↗
(self, name, old, new)
Source
from the content-addressed store, hash-verified
526
_notify2 = []
527
528
def
_b_changed(self, name, old, new):
529
self._notify2.append((name, old, new))
530
531
b = B()
532
b.a = 10
Callers
nothing calls this directly
Calls
1
append
Method · 0.80
Tested by
no test coverage detected