Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ error_string
Function
error_string
dlib/external/pybind11/include/pybind11/pytypes.h:721–723 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
719
};
720
721
inline std::string error_string() {
722
return error_fetch_and_normalize(
"pybind11::detail::error_string"
).error_string();
723
}
724
725
PYBIND11_NAMESPACE_END(detail)
726
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