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

Method notify_change

traitlets/traitlets.py:1531–1533  ·  view source on GitHub ↗

Notify observers of a change event

(self, change: Bunch)

Source from the content-addressed store, hash-verified

1529 )
1530
1531 def notify_change(self, change: Bunch) -> None:
1532 """Notify observers of a change event"""
1533 return self._notify_observers(change)
1534
1535 def _notify_observers(self, event: Bunch) -> None:
1536 """Notify observers of any event"""

Callers 3

__init__Method · 0.95
_notify_traitMethod · 0.95

Calls 1

_notify_observersMethod · 0.95

Tested by

no test coverage detected