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

Method handler

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

Source from the content-addressed store, hash-verified

2702
2703 @observe("trait")
2704 def handler(self, change):
2705 self.child_called = True
2706
2707
2708def test_subclass_override_observer():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected