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

Method notify1

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

Source from the content-addressed store, hash-verified

625 self._notify2 = []
626
627 def notify1(self, change):
628 self._notify1.append(change)
629
630 def notify2(self, change):
631 self._notify2.append(change)

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected