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

Method describe

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

Source from the content-addressed store, hash-verified

143 self.log.critical("Critical Message")
144
145 def describe(self):
146 print("I am MyApp with", self.name, self.running, "and 2 sub configurables Foo and bar:")
147 self.foo.describe()
148 self.bar.describe()
149
150
151def main():

Callers 1

startMethod · 0.95

Calls 1

describeMethod · 0.45

Tested by

no test coverage detected