MCPcopy Create free account
hub / github.com/pybind/pybind11 / object>

Method object>

tests/test_numpy_array.cpp:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172
173template <>
174py::object convert_to_pyobjecttype<py::object>(py::object obj) {
175 return obj;
176}
177
178template <typename PyObjectType>
179std::string pass_array_return_sum_str_values(const py::array_t<PyObjectType> &objs) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected