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

Class A

tests/test_traitlets.py:99–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97class TestTraitType(TestCase):
98 def test_get_undefined(self):
99 class A(HasTraits):
100 a = TraitType
101
102 a = A()
103 assert a.a is Undefined # type:ignore

Callers

nothing calls this directly

Calls 2

IntClass · 0.90
MyIntTTClass · 0.85

Tested by

no test coverage detected