Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ _i_changed
Method
_i_changed
tests/test_traitlets.py:2292–2293 ·
view source on GitHub ↗
(self, change)
Source
from the content-addressed store, hash-verified
2290
2291
@observe(
"i"
)
2292
def
_i_changed(self, change):
2293
pass
2294
2295
@validate(
"i"
)
2296
def
_i_validate(self, commit):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected