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

Class C

tests/test_traitlets.py:389–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387 self.assertEqual(b.b, 10)
388
389 class C(HasTraits):
390 c = Int(30)
391
392 c = C()
393 self.assertEqual(c.c, 30)

Callers

nothing calls this directly

Calls 1

IntClass · 0.90

Tested by

no test coverage detected