MCPcopy Create free account
hub / github.com/pybind/pybind11 / what

Method what

include/pybind11/pybind11.h:3716–3720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3714}
3715
3716inline const char *error_already_set::what() const noexcept {
3717 gil_scoped_acquire gil;
3718 error_scope scope;
3719 return m_fetched_error->error_string().c_str();
3720}
3721
3722PYBIND11_NAMESPACE_BEGIN(detail)
3723

Callers 2

pybind11.hFile · 0.45
translate_exceptionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected