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

Method handler

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

Source from the content-addressed store, hash-verified

2716 child_called = False
2717
2718 def handler(self, change):
2719 self.child_called = True
2720
2721
2722def test_subclass_override_not_registered():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected