MCPcopy Create free account
hub / github.com/pybind/pybind11 / test_exception_rvalue_abort

Function test_exception_rvalue_abort

tests/test_class.py:483–485  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

481
482# https://github.com/pybind/pybind11/issues/1878
483def test_exception_rvalue_abort():
484 with pytest.raises(RuntimeError):
485 m.PyPrintDestructor().throw_something()
486
487
488# https://github.com/pybind/pybind11/issues/1568

Callers

nothing calls this directly

Calls 2

throw_somethingMethod · 0.80
PyPrintDestructorMethod · 0.80

Tested by

no test coverage detected