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

Method _overrides_changed

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

Source from the content-addressed store, hash-verified

2657 @observe("overrides")
2658 @observe_compat
2659 def _overrides_changed(self, change):
2660 self.parent_override = change
2661
2662
2663class SubClass(TransitionalClass):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected