Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
class
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
Int
Class · 0.90
MyIntTT
Class · 0.85
Tested by
no test coverage detected