Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ start
Method
start
examples/docs/container.py:15–17 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
13
y = Dict(Integer(), config=True)
14
15
def
start(self):
16
print(f
"x={self.x}"
)
17
print(f
"y={self.y}"
)
18
19
20
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected