Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ Bar
Class
Bar
tests/test_traitlets.py:1204–1205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1202
t = This[
"Foo"
]()
1203
1204
class
Bar(Foo):
1205
pass
1206
1207
f = Foo()
1208
b = Bar()
Callers
4
test_basic
Method · 0.70
test_default_klass
Method · 0.70
test_subclass
Method · 0.70
test_subclass_override
Method · 0.70
Calls
1
This
Class · 0.90
Tested by
4
test_basic
Method · 0.56
test_default_klass
Method · 0.56
test_subclass
Method · 0.56
test_subclass_override
Method · 0.56