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

Class SubConfigurable

examples/myapp.py:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41class SubConfigurable(Configurable):
42 subvalue = Int(0, help="The integer subvalue.").tag(config=True)
43
44 def describe(self):
45 print("I am SubConfigurable with:")
46 print(" subvalue =", self.subvalue)
47
48
49class Foo(Configurable):

Callers 2

__init__Method · 0.85
__init__Method · 0.85

Calls 2

IntClass · 0.90
tagMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…