Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ test_crlf_magic
Function
test_crlf_magic
IPython/core/tests/test_inputtransformer2_line.py:124–126 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
122
])
123
124
def
test_crlf_magic():
125
for
sample, expected in [CRLF_MAGIC]:
126
nt.assert_equal(ipt2.cell_magic(sample), expected)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected