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

Class B

tests/test_traitlets.py:676–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674 a = Int()
675
676 class B(A):
677 b = Float()
678
679 b = B()
680 self.assertEqual(b.a, 0)

Callers

nothing calls this directly

Calls 1

FloatClass · 0.90

Tested by

no test coverage detected