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

Class A

tests/test_traitlets.py:634–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632
633 def test_notify_all(self):
634 class A(HasTraits):
635 a = Int()
636 b = Float()
637
638 a = A()
639 a.observe(self.notify1)

Callers

nothing calls this directly

Calls 2

IntClass · 0.90
FloatClass · 0.90

Tested by

no test coverage detected