| 3714 | } |
| 3715 | |
| 3716 | inline 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 | |
| 3722 | PYBIND11_NAMESPACE_BEGIN(detail) |
| 3723 |
no outgoing calls
no test coverage detected