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

Method _bar_cellm

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

Source from the content-addressed store, hash-verified

646
647 @register_line_cell_magic
648 def _bar_cellm(line, cell):
649 pass
650
651 ip = get_ipython()
652 c = ip.Completer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected