| 391 | } |
| 392 | |
| 393 | inline PyArrayDescr_Proxy *array_descriptor_proxy(PyObject *ptr) { |
| 394 | return reinterpret_cast<PyArrayDescr_Proxy *>(ptr); |
| 395 | } |
| 396 | |
| 397 | inline const PyArrayDescr_Proxy *array_descriptor_proxy(const PyObject *ptr) { |
| 398 | return reinterpret_cast<const PyArrayDescr_Proxy *>(ptr); |