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

Function mark

IPython/core/magic.py:215–217  ·  view source on GitHub ↗
(func: _F, *a: Any, **kw: Any)

Source from the content-addressed store, hash-verified

213 name = arg
214
215 def mark(func: _F, *a: Any, **kw: Any) -> _F:
216 record_magic(magics, magic_kind, name, func.__name__)
217 return func
218
219 retval = mark
220 else:

Callers

nothing calls this directly

Calls 2

record_magicFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…