MCPcopy 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
361class CSub(CBase):
362 d = Tuple().tag(config=True)
363 e = Tuple().tag(config=True, multiplicity="+")
364 bdict = Dict().tag(config=True, multiplicity="*")
365
366
367class TestArgParseKVCL(TestKeyValueCL):

Callers 1

test_dict_traitsMethod · 0.85

Calls 3

TupleClass · 0.90
DictClass · 0.90
tagMethod · 0.80

Tested by 1

test_dict_traitsMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…