| 303 | } |
| 304 | |
| 305 | inline PyArrayDescr_Proxy *array_descriptor_proxy(PyObject *ptr) { |
| 306 | return reinterpret_cast<PyArrayDescr_Proxy *>(ptr); |
| 307 | } |
| 308 | |
| 309 | inline const PyArrayDescr_Proxy *array_descriptor_proxy(const PyObject *ptr) { |
| 310 | return reinterpret_cast<const PyArrayDescr_Proxy *>(ptr); |