| 399 | } |
| 400 | |
| 401 | inline const PyArrayDescr1_Proxy *array_descriptor1_proxy(const PyObject *ptr) { |
| 402 | return reinterpret_cast<const PyArrayDescr1_Proxy *>(ptr); |
| 403 | } |
| 404 | |
| 405 | inline const PyArrayDescr2_Proxy *array_descriptor2_proxy(const PyObject *ptr) { |
| 406 | return reinterpret_cast<const PyArrayDescr2_Proxy *>(ptr); |
no outgoing calls
no test coverage detected