MCPcopy 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
744inline std::string error_string() {
745 return error_fetch_and_normalize("pybind11::detail::error_string").error_string();
746}
747
748PYBIND11_NAMESPACE_END(detail)
749

Callers 4

restoreMethod · 0.85
make_object_base_typeFunction · 0.85
make_new_python_typeFunction · 0.85

Calls 1

Tested by

no test coverage detected