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

Class AddsHandler

tests/test_traitlets.py:2730–2735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2728
2729
2730class AddsHandler(DefinesHandler):
2731 child_called = False
2732
2733 @observe("trait")
2734 def child_handler(self, change):
2735 self.child_called = True
2736
2737
2738def test_subclass_add_observer():

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…