Searched refs:errorString (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dcast.h414 std::string errorString; local
416 errorString += handle(scope.type).attr("__name__").cast<std::string>();
417 errorString += ": ";
420 errorString += (std::string) str(scope.value);
438 errorString += "\n\nAt:\n";
441 errorString +=
450 return errorString;

Completed in 11 milliseconds