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

Method __call__

IPython/core/magic_arguments.py:271–274  ·  view source on GitHub ↗
(self, func)

Source from the content-addressed store, hash-verified

269 self.kwds = kwds
270
271 def __call__(self, func):
272 func = super(kwds, self).__call__(func)
273 func.argcmd_kwds = self.kwds
274 return func
275
276
277__all__ = ['magic_arguments', 'argument', 'argument_group', 'kwds',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected