Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
def
class_to_names(classes):
Callers
8
test_config_seq_args
Method · 0.95
test_config_dict_args
Method · 0.95
test_config_propagation
Method · 0.95
test_flags
Method · 0.95
test_flag_clobber
Method · 0.95
test_extra_args
Method · 0.95
test_multi_file
Method · 0.95
test_log_collisions
Method · 0.95
Calls
1
Bar
Class · 0.70
Tested by
no test coverage detected