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