MCPcopy 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
24def iprc(x):
25 return ip.run_cell(dedent(x)).raise_error()
26
27
28def iprc_nr(x):

Callers 10

test_in_func_no_errorMethod · 0.85
test_nonlocalMethod · 0.85
test_executeMethod · 0.85
test_autoawaitMethod · 0.85
test_memory_errorMethod · 0.85
test_autoawait_curioMethod · 0.85
test_autoawait_trioMethod · 0.85

Calls 3

dedentFunction · 0.85
raise_errorMethod · 0.80
run_cellMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…