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

Method _overrides_changed

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

Source from the content-addressed store, hash-verified

2673 subclass_override = False
2674
2675 def _overrides_changed(self, name, old, new):
2676 self.subclass_override = True
2677
2678
2679def test_subclass_compat():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected