Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ init_foo
Method
init_foo
tests/config/test_application.py:96–97 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
94
)
95
96
def
init_foo(self):
97
self.foo = Foo(parent=self)
98
99
def
init_bar(self):
100
self.bar = Bar(parent=self)
Callers
5
test_no_eval_cli_text
Method · 0.95
test_config_seq_args
Method · 0.95
test_config_dict_args
Method · 0.95
test_config_propagation
Method · 0.95
test_aliases
Method · 0.95
Calls
1
Foo
Class · 0.70
Tested by
no test coverage detected