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

Method cellm3

IPython/core/tests/test_magic.py:827–828  ·  view source on GitHub ↗
(self, line, cell)

Source from the content-addressed store, hash-verified

825
826 @cell_magic
827 def cellm3(self, line, cell):
828 return line, cell
829
830 _ip.register_magics(MyMagics)
831 self.check_ident('cellm3')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected