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

Function test_python_call_in_catch

tests/test_exceptions.py:90–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88
89
90def test_python_call_in_catch():
91 d = {}
92 assert m.python_call_in_destructor(d) is True
93 assert d["good"] is True
94
95
96def ignore_pytest_unraisable_warning(f):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected