MCPcopy Index your code
hub / github.com/ipython/ipython / test_native_exceptiongroup

Function test_native_exceptiongroup

tests/test_exceptiongroup_tb.py:100–101  ·  view source on GitHub ↗
(outer_chain, inner_chain)

Source from the content-addressed store, hash-verified

98@pytest.mark.parametrize("outer_chain", ["none", "from", "another"])
99@pytest.mark.parametrize("inner_chain", ["none", "from", "another"])
100def test_native_exceptiongroup(outer_chain, inner_chain) -> None:
101 _exceptiongroup_common(outer_chain, inner_chain, native=True)
102
103
104@pytest.mark.parametrize("outer_chain", ["none", "from", "another"])

Callers

nothing calls this directly

Calls 1

_exceptiongroup_commonFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…