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

Class MyConf2

tests/config/test_configurable.py:224–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 self.assertNotIn(or_none_str, rst_help)
223
224 class MyConf2(Configurable):
225 an_enum = Enum(
226 "Choice1 choice2".split(),
227 allow_none=True,
228 default_value="choice2",
229 help="Many choices.",
230 ).tag(config=True)
231
232 defaults_str = "Default: 'choice2'"
233

Callers

nothing calls this directly

Calls 2

EnumClass · 0.90
tagMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…