| 305 | } |
| 306 | |
| 307 | inline PyArrayDescr_Proxy *array_descriptor_proxy(PyObject *ptr) { |
| 308 | return reinterpret_cast<PyArrayDescr_Proxy *>(ptr); |
| 309 | } |
| 310 | |
| 311 | inline const PyArrayDescr_Proxy *array_descriptor_proxy(const PyObject *ptr) { |
| 312 | return reinterpret_cast<const PyArrayDescr_Proxy *>(ptr); |
no outgoing calls
no test coverage detected