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

Method describe

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

Source from the content-addressed store, hash-verified

62 self.subconf = SubConfigurable(parent=self)
63
64 def describe(self):
65 print("I am Foo with:")
66 print(" i =", self.i)
67 print(" j =", self.j)
68 print(" name =", self.name)
69 print(" mode =", self.mode)
70 self.subconf.describe()
71
72
73class Bar(Configurable):

Callers 2

describeMethod · 0.45
describeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected