| 172 | |
| 173 | template <> |
| 174 | py::object convert_to_pyobjecttype<py::object>(py::object obj) { |
| 175 | return obj; |
| 176 | } |
| 177 | |
| 178 | template <typename PyObjectType> |
| 179 | std::string pass_array_return_sum_str_values(const py::array_t<PyObjectType> &objs) { |
nothing calls this directly
no outgoing calls
no test coverage detected