Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ CSub
Class
CSub
tests/config/test_loader.py:361–364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
359
360
361
class
CSub(CBase):
362
d = Tuple().tag(config=True)
363
e = Tuple().tag(config=True, multiplicity=
"+"
)
364
bdict = Dict().tag(config=True, multiplicity=
"*"
)
365
366
367
class
TestArgParseKVCL(TestKeyValueCL):
Callers
1
test_dict_traits
Method · 0.85
Calls
3
Tuple
Class · 0.90
Dict
Class · 0.90
tag
Method · 0.80
Tested by
1
test_dict_traits
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…