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

Method _calls_super_changed

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

Source from the content-addressed store, hash-verified

2649 @observe("calls_super")
2650 @observe_compat
2651 def _calls_super_changed(self, change):
2652 self.parent_super = change
2653
2654 parent_override = False
2655 overrides = Integer(0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected