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

Method _foo_cellm

IPython/core/tests/test_completer.py:633–634  ·  view source on GitHub ↗
(line, cell)

Source from the content-addressed store, hash-verified

631
632 @register_cell_magic
633 def _foo_cellm(line, cell):
634 pass
635
636 ip = get_ipython()
637 c = ip.Completer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected