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

Method describe

examples/myapp.py:77–81  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 mylist = List([1, 2, 3], help="Just a list.").tag(config=True)
76
77 def describe(self):
78 print("I am Bar with:")
79 print(" enabled = ", self.enabled)
80 print(" mylist = ", self.mylist)
81 self.subconf.describe()
82
83 def __init__(self, **kwargs):
84 super().__init__(**kwargs)

Callers

nothing calls this directly

Calls 1

describeMethod · 0.45

Tested by

no test coverage detected