MCPcopy Create free account
hub / github.com/ipython/traitlets / UniformlyValueValidatedDictTrait

Class UniformlyValueValidatedDictTrait

tests/test_traitlets.py:1892–1893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1890
1891
1892class UniformlyValueValidatedDictTrait(HasTraits):
1893 value = Dict(value_trait=Unicode(), default_value={"foo": "1"})
1894
1895
1896class TestInstanceUniformlyValueValidatedDict(TraitTestBase):

Calls 2

DictClass · 0.90
UnicodeClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…