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