Searched defs:PythonExceptionValue (Results 1 – 1 of 1) sorted by relevance
337 struct VISIBILITY_HIDDEN PythonExceptionValue : public ExceptionValue { struct338 explicit PythonExceptionValue(const py::object& exception_class) in PythonExceptionValue() argument347 std::string kind() const override { in kind()