| 23 | } |
| 24 | |
| 25 | bool has_state_dict_internals_obj() { |
| 26 | py::dict state = py::detail::get_python_state_dict(); |
| 27 | return state.contains(PYBIND11_INTERNALS_ID); |
| 28 | } |
| 29 | |
| 30 | uintptr_t get_details_as_uintptr() { |
| 31 | return reinterpret_cast<uintptr_t>(py::detail::get_internals_pp_manager().get_pp()->get()); |
no test coverage detected