| 2732 | } |
| 2733 | |
| 2734 | inline 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 | |
| 2740 | PYBIND11_NAMESPACE_BEGIN(detail) |
| 2741 |
no outgoing calls
no test coverage detected