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

Method initialize

examples/argcomplete_app.py:143–146  ·  view source on GitHub ↗
(self, argv=None)

Source from the content-addressed store, hash-verified

141 }
142
143 def initialize(self, argv=None):
144 self.parse_command_line(argv)
145 if self.config_file:
146 self.load_config_file(self.config_file)
147
148 def start(self):
149 EnvironPrinter(parent=self).print()

Callers

nothing calls this directly

Calls 2

parse_command_lineMethod · 0.80
load_config_fileMethod · 0.80

Tested by

no test coverage detected