MCPcopy 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_textMethod · 0.95
test_config_seq_argsMethod · 0.95
test_config_dict_argsMethod · 0.95
test_aliasesMethod · 0.95

Calls 1

FooClass · 0.70

Tested by

no test coverage detected