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

Class Foo

tests/config/test_configurable.py:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60
61class Foo(Configurable):
62 a = Integer(0, help="The integer a.").tag(config=True)
63 b = Unicode("nope").tag(config=True)
64 flist = List([]).tag(config=True)
65 fdict = Dict().tag(config=True)
66
67
68class Bar(Foo):

Callers 1

test_parentMethod · 0.70

Calls 4

UnicodeClass · 0.90
ListClass · 0.90
DictClass · 0.90
tagMethod · 0.80

Tested by 1

test_parentMethod · 0.56