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

Class MyExceptionUseDeprecatedOperatorCall

tests/test_exceptions.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28};
29
30class MyExceptionUseDeprecatedOperatorCall : public MyException {
31 using MyException::MyException;
32};
33
34// A type that should be translated to a standard Python exception
35class MyException2 : public std::exception {

Callers 1

TEST_SUBMODULEFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_SUBMODULEFunction · 0.68