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

Class Example

tests/test_traitlets_enum.py:315–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 def test_assign_other_raises(self):
314 def new_trait_class(case_sensitive, substring_matching):
315 class Example(HasTraits):
316 color = FuzzyEnum(
317 color_choices,
318 case_sensitive=case_sensitive,
319 substring_matching=substring_matching,
320 )
321
322 return Example
323

Callers

nothing calls this directly

Calls 1

FuzzyEnumClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…