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

Method _calls_super_changed

tests/test_traitlets.py:2669–2671  ·  view source on GitHub ↗
(self, name, old, new)

Source from the content-addressed store, hash-verified

2667 subclass_super = False
2668
2669 def _calls_super_changed(self, name, old, new):
2670 self.subclass_super = True
2671 super()._calls_super_changed(name, old, new)
2672
2673 subclass_override = False
2674

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected