MCPcopy Index your code
hub / github.com/ipython/ipython / parse_command_line

Method parse_command_line

IPython/core/profileapp.py:237–241  ·  view source on GitHub ↗
(self, argv)

Source from the content-addressed store, hash-verified

235 self.config_files.remove(cf)
236
237 def parse_command_line(self, argv):
238 super(ProfileCreate, self).parse_command_line(argv)
239 # accept positional arg as profile name
240 if self.extra_args:
241 self.profile = self.extra_args[0]
242
243 flags = Dict(create_flags)
244

Callers

nothing calls this directly

Calls 1

parse_command_lineMethod · 0.45

Tested by

no test coverage detected