| 532 | }; |
| 533 | |
| 534 | inline PyArray_Proxy *array_proxy(void *ptr) { return reinterpret_cast<PyArray_Proxy *>(ptr); } |
| 535 | |
| 536 | inline const PyArray_Proxy *array_proxy(const void *ptr) { |
| 537 | return reinterpret_cast<const PyArray_Proxy *>(ptr); |
no outgoing calls
no test coverage detected