Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ _a_changed
Method
_a_changed
tests/test_traitlets.py:716–717 ·
view source on GitHub ↗
(self, change)
Source
from the content-addressed store, hash-verified
714
715
@observe(
"a"
)
716
def
_a_changed(self, change):
717
self._notify1.append(change)
718
719
@observe(All)
720
def
_any_changed(self, change):
Callers
nothing calls this directly
Calls
1
append
Method · 0.80
Tested by
no test coverage detected