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

Method parse_command_line

IPython/core/profileapp.py:125–128  ·  view source on GitHub ↗
(self, argv=None)

Source from the content-addressed store, hash-verified

123 description = """print the path to an IPython profile dir"""
124
125 def parse_command_line(self, argv=None):
126 super(ProfileLocate, self).parse_command_line(argv)
127 if self.extra_args:
128 self.profile = self.extra_args[0]
129
130 def start(self):
131 print(self.profile_dir.location)

Callers 2

initializeMethod · 0.45
parse_command_lineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected