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

Class B

tests/test_traitlets.py:381–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379 self.assertEqual(a.a, 10)
380
381 class B(HasTraits):
382 b = Int()
383
384 b = B()
385 self.assertEqual(b.b, 0)

Callers

nothing calls this directly

Calls 1

IntClass · 0.90

Tested by

no test coverage detected