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

Method initialize

tests/config/test_application.py:798–800  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

796 classes = [Foo, Bar]
797
798 def initialize(self, *args, **kwargs):
799 super().initialize(*args, **kwargs)
800 self.bar = Bar(parent=self)
801
802 app = TestApp()
803 app.initialize(["--val=10"])

Callers 3

test_deep_aliasFunction · 0.95
run_completerMethod · 0.45

Calls 1

BarClass · 0.70

Tested by

no test coverage detected