Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ notify1
Method
notify1
tests/test_traitlets.py:2555–2556 ·
view source on GitHub ↗
(self, name, old, new)
Source
from the content-addressed store, hash-verified
2553
self._notify1 = []
2554
2555
def
notify1(self, name, old, new):
2556
self._notify1.append((name, old, new))
2557
2558
@t.no_type_check
2559
def
test_notify_all(self):
Callers
nothing calls this directly
Calls
1
append
Method · 0.80
Tested by
no test coverage detected