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

Method init_bar

examples/myapp.py:122–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

120 self.foo = Foo(parent=self)
121
122 def init_bar(self):
123 # Pass config to other classes for them to inherit the config.
124 self.bar = Bar(config=self.config)
125
126 def initialize(self, argv=None):
127 self.parse_command_line(argv)

Callers 1

initializeMethod · 0.95

Calls 1

BarClass · 0.70

Tested by

no test coverage detected