| 395 | } |
| 396 | |
| 397 | inline PyArrayDescr_Proxy *array_descriptor_proxy(PyObject *ptr) { |
| 398 | return reinterpret_cast<PyArrayDescr_Proxy *>(ptr); |
| 399 | } |
| 400 | |
| 401 | inline const PyArrayDescr_Proxy *array_descriptor_proxy(const PyObject *ptr) { |
| 402 | return reinterpret_cast<const PyArrayDescr_Proxy *>(ptr); |