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

Class A

tests/test_traitlets.py:440–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438
439 def test_notify_all(self):
440 class A(HasTraits):
441 a = Int()
442 b = Float()
443
444 a = A()
445 a.on_trait_change(self.notify1)

Callers

nothing calls this directly

Calls 2

IntClass · 0.90
FloatClass · 0.90

Tested by

no test coverage detected