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:801–802 ·
view source on GitHub ↗
(self, change)
Source
from the content-addressed store, hash-verified
799
800
@observe(
"a"
)
801
def
_a_changed(self, change):
802
self.d += 1
803
804
b = B()
805
b.a += 1
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected