Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ notify1
Method
notify1
tests/test_traitlets.py:433–434 ·
view source on GitHub ↗
(self, name, old, new)
Source
from the content-addressed store, hash-verified
431
self._notify2 = []
432
433
def
notify1(self, name, old, new):
434
self._notify1.append((name, old, new))
435
436
def
notify2(self, name, old, new):
437
self._notify2.append((name, old, new))
Callers
nothing calls this directly
Calls
1
append
Method · 0.80
Tested by
no test coverage detected