Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ Foo
Class
Foo
tests/config/test_configurable.py:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
60
61
class
Foo(Configurable):
62
a = Integer(0, help=
"The integer a."
).tag(config=True)
63
b = Unicode(
"nope"
).tag(config=True)
64
flist = List([]).tag(config=True)
65
fdict = Dict().tag(config=True)
66
67
68
class
Bar(Foo):
Callers
1
test_parent
Method · 0.70
Calls
4
Unicode
Class · 0.90
List
Class · 0.90
Dict
Class · 0.90
tag
Method · 0.80
Tested by
1
test_parent
Method · 0.56