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

Method initialize

examples/docs/load_config_app.py:46–49  ·  view source on GitHub ↗
(self, argv=None)

Source from the content-addressed store, hash-verified

44 }
45
46 def initialize(self, argv=None):
47 super().initialize(argv=argv)
48 if self.config_file:
49 self.load_config_file(self.config_file, [Path(__file__).parent / "configs"])
50
51 def start(self):
52 print(School(parent=self))

Callers 1

startMethod · 0.45

Calls 1

load_config_fileMethod · 0.80

Tested by

no test coverage detected