Searched refs:PythonExceptionValue (Results 1 – 2 of 2) sorted by relevance
337 struct VISIBILITY_HIDDEN PythonExceptionValue : public ExceptionValue { struct338 explicit PythonExceptionValue(const py::object& exception_class) in PythonExceptionValue() function
971 std::shared_ptr<SugaredValue> PythonExceptionValue::call( in call()1278 return std::make_shared<PythonExceptionValue>(obj); in toSugaredValue()