Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ cellm33
Method
cellm33
IPython/core/tests/test_magic.py:839–840 ·
view source on GitHub ↗
(self, line, cell)
Source
from the content-addressed store, hash-verified
837
838
@cell_magic(
'cellm4'
)
839
def
cellm33(self, line, cell):
840
return
line, cell
841
842
_ip.register_magics(MyMagics2)
843
self.check_ident(
'cellm4'
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected