Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ cellm
Method
cellm
IPython/core/tests/test_magic.py:808–809 ·
view source on GitHub ↗
(line, cell)
Source
from the content-addressed store, hash-verified
806
"Cell magic using simple decorator"
807
@register_cell_magic
808
def
cellm(line, cell):
809
return
line, cell
810
811
self.check_ident(
'cellm'
)
812
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected