Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ iprc
Function
iprc
tests/test_async_helpers.py:24–25 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
22
23
24
def
iprc(x):
25
return
ip.run_cell(dedent(x)).raise_error()
26
27
28
def
iprc_nr(x):
Callers
10
test_top_level_return_error
Method · 0.85
test_in_func_no_error
Method · 0.85
test_nonlocal
Method · 0.85
test_execute
Method · 0.85
test_autoawait
Method · 0.85
test_memory_error
Method · 0.85
test_autoawait_curio
Method · 0.85
test_autoawait_trio
Method · 0.85
test_autoawait_trio_wrong_sleep
Method · 0.85
test_autoawait_asyncio_wrong_sleep
Method · 0.85
Calls
3
dedent
Function · 0.85
raise_error
Method · 0.80
run_cell
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…