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

Method add_to_parser

IPython/core/magic_arguments.py:259–262  ·  view source on GitHub ↗

Add this object's information to the parser.

(self, parser, group)

Source from the content-addressed store, hash-verified

257 """
258
259 def add_to_parser(self, parser, group):
260 """ Add this object's information to the parser.
261 """
262 return parser.add_argument_group(*self.args, **self.kwds)
263
264
265class kwds(ArgDecorator):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected