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

Method add_to_parser

IPython/core/magic_arguments.py:187–190  ·  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

185 return func
186
187 def add_to_parser(self, parser, group):
188 """ Add this object's information to the parser, if necessary.
189 """
190 pass
191
192
193class magic_arguments(ArgDecorator):

Callers 1

construct_parserFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected