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

Class MyConfigurable

tests/config/test_configurable.py:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32class MyConfigurable(Configurable):
33 a = Integer(1, help="The integer a.").tag(config=True)
34 b = Float(1.0, help="The integer b.").tag(config=True)
35 c = Unicode("no config")
36
37
38mc_help = """MyConfigurable(Configurable) options

Callers 10

test_inheritanceMethod · 0.85
test_override1Method · 0.85
test_help_instMethod · 0.85
test_parent_configMethod · 0.85
test_multi_parentMethod · 0.85
test_parent_priorityMethod · 0.85
test_update_twiceMethod · 0.85
test_update_selfMethod · 0.85

Calls 3

FloatClass · 0.90
UnicodeClass · 0.90
tagMethod · 0.80

Tested by 10

test_inheritanceMethod · 0.68
test_override1Method · 0.68
test_help_instMethod · 0.68
test_parent_configMethod · 0.68
test_multi_parentMethod · 0.68
test_parent_priorityMethod · 0.68
test_update_twiceMethod · 0.68
test_update_selfMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…