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

Function test_subclass_add_observer

tests/test_traitlets.py:2738–2742  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2736
2737
2738def test_subclass_add_observer():
2739 obj = AddsHandler()
2740 obj.trait = 5
2741 assert obj.child_called
2742 assert obj.parent_called
2743
2744
2745def test_observe_iterables():

Callers

nothing calls this directly

Calls 1

AddsHandlerClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…