MCPcopy Create free account
hub / github.com/ipython/traitlets / notify2

Method notify2

tests/test_traitlets.py:630–631  ·  view source on GitHub ↗
(self, change)

Source from the content-addressed store, hash-verified

628 self._notify1.append(change)
629
630 def notify2(self, change):
631 self._notify2.append(change)
632
633 def test_notify_all(self):
634 class A(HasTraits):

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected