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

Class B

tests/test_traitlets.py:479–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477 a = Int()
478
479 class B(A):
480 b = Float()
481
482 b = B()
483 self.assertEqual(b.a, 0)

Callers

nothing calls this directly

Calls 1

FloatClass · 0.90

Tested by

no test coverage detected