Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ error_string
Function
error_string
include/pybind11/pytypes.h:744–746 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
742
};
743
744
inline std::string error_string() {
745
return error_fetch_and_normalize(
"pybind11::detail::error_string"
).error_string();
746
}
747
748
PYBIND11_NAMESPACE_END(detail)
749
Callers
4
format_value_and_trace
Method · 0.85
restore
Method · 0.85
make_object_base_type
Function · 0.85
make_new_python_type
Function · 0.85
Calls
1
error_fetch_and_normalize
Class · 0.85
Tested by
no test coverage detected