| 528 | }; |
| 529 | |
| 530 | inline PyArray_Proxy *array_proxy(void *ptr) { return reinterpret_cast<PyArray_Proxy *>(ptr); } |
| 531 | |
| 532 | inline const PyArray_Proxy *array_proxy(const void *ptr) { |
| 533 | return reinterpret_cast<const PyArray_Proxy *>(ptr); |
no outgoing calls
no test coverage detected