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

Method add_to_parser

IPython/core/magic_arguments.py:221–224  ·  view source on GitHub ↗

Add this object's information to the parser, if necessary.

(self, parser, group)

Source from the content-addressed store, hash-verified

219 return func
220
221 def add_to_parser(self, parser, group):
222 """ Add this object's information to the parser, if necessary.
223 """
224 pass
225
226
227class magic_arguments(ArgDecorator):

Callers 1

construct_parserFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected