Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
def
main():
Callers
1
start
Method · 0.95
Calls
1
describe
Method · 0.45
Tested by
no test coverage detected