MCPcopy Create free account
hub / github.com/pytest-dev/pytest / b

Function b

testing/code/test_excinfo.py:1441–1442  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

1439 return b(numpy_like())
1440
1441 def b(x):
1442 return a(numpy_like())
1443
1444 with pytest.raises(RuntimeError) as excinfo:
1445 a(numpy_like())

Callers 1

aFunction · 0.70

Calls 2

numpy_likeClass · 0.85
aFunction · 0.70

Tested by

no test coverage detected