Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ test_recursion_one_frame
Method
test_recursion_one_frame
IPython/core/tests/test_ultratb.py:361–363 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
359
360
@recursionlimit(150)
361
def
test_recursion_one_frame(self):
362
with
tt.AssertPrints(
"1 frames repeated"
):
363
ip.run_cell(
"r1()"
)
364
365
@recursionlimit(150)
366
def
test_recursion_three_frames(self):
Callers
nothing calls this directly
Calls
1
run_cell
Method · 0.45
Tested by
no test coverage detected