| 538 | } |
| 539 | |
| 540 | inline PyArrayDescr_Proxy *array_descriptor_proxy(PyObject *ptr) { |
| 541 | return reinterpret_cast<PyArrayDescr_Proxy *>(ptr); |
| 542 | } |
| 543 | |
| 544 | inline const PyArrayDescr_Proxy *array_descriptor_proxy(const PyObject *ptr) { |
| 545 | return reinterpret_cast<const PyArrayDescr_Proxy *>(ptr); |