Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ FuzzyExample
Class
FuzzyExample
tests/test_traitlets_enum.py:241–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
240
def
test_search_all_prefixes__overwrite(self):
241
class
FuzzyExample(HasTraits):
242
color = FuzzyEnum(color_choices, help=
"Color enum"
)
243
244
example = FuzzyExample()
245
for
color in color_choices:
Callers
4
test_search_all_prefixes__overwrite
Method · 0.85
test_search_all_prefixes__ctor
Method · 0.85
test_search_substrings__overwrite
Method · 0.85
test_search_substrings__ctor
Method · 0.85
Calls
1
FuzzyEnum
Class · 0.90
Tested by
4
test_search_all_prefixes__overwrite
Method · 0.68
test_search_all_prefixes__ctor
Method · 0.68
test_search_substrings__overwrite
Method · 0.68
test_search_substrings__ctor
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…