MCPcopy Create free account
hub / github.com/ipython/ipython / parse_command_line

Method parse_command_line

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

parse_command_lineMethod · 0.45

Tested by

no test coverage detected