MCPcopy Create free account
hub / github.com/davisking/dlib / what

Method what

dlib/external/pybind11/include/pybind11/pybind11.h:2734–2738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2732}
2733
2734inline const char *error_already_set::what() const noexcept {
2735 gil_scoped_acquire gil;
2736 error_scope scope;
2737 return m_fetched_error->error_string().c_str();
2738}
2739
2740PYBIND11_NAMESPACE_BEGIN(detail)
2741

Callers 2

pybind11.hFile · 0.45
translate_exceptionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected