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

Method __init__

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

Source from the content-addressed store, hash-verified

266 """ Provide other keywords to the sub-parser constructor.
267 """
268 def __init__(self, **kwds):
269 self.kwds = kwds
270
271 def __call__(self, func):
272 func = super(kwds, self).__call__(func)

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected