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

Method __init__

IPython/core/magic_arguments.py:224–226  ·  view source on GitHub ↗
(self, *args, **kwds)

Source from the content-addressed store, hash-verified

222 _method_name = None
223
224 def __init__(self, *args, **kwds):
225 self.args = args
226 self.kwds = kwds
227
228 def add_to_parser(self, parser, group):
229 """ Add this object's information to the parser.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected