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

Method init_bar

tests/config/test_application.py:99–100  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

97 self.foo = Foo(parent=self)
98
99 def init_bar(self):
100 self.bar = Bar(parent=self)
101
102
103def class_to_names(classes):

Callers 8

test_config_seq_argsMethod · 0.95
test_config_dict_argsMethod · 0.95
test_flagsMethod · 0.95
test_flag_clobberMethod · 0.95
test_extra_argsMethod · 0.95
test_multi_fileMethod · 0.95
test_log_collisionsMethod · 0.95

Calls 1

BarClass · 0.70

Tested by

no test coverage detected