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

Method initialize

traitlets/config/application.py:461–466  ·  view source on GitHub ↗

Do the basic steps to configure me. Override in subclasses.

(self, argv: ArgvType = None)

Source from the content-addressed store, hash-verified

459
460 @catch_config_error
461 def initialize(self, argv: ArgvType = None) -> None:
462 """Do the basic steps to configure me.
463
464 Override in subclasses.
465 """
466 self.parse_command_line(argv)
467
468 def start(self) -> None:
469 """Start the app mainloop.

Callers 2

initialize_subcommandMethod · 0.45
launch_instanceMethod · 0.45

Calls 1

parse_command_lineMethod · 0.95

Tested by

no test coverage detected