| 389 | }; |
| 390 | |
| 391 | inline PyArray_Proxy *array_proxy(void *ptr) { return reinterpret_cast<PyArray_Proxy *>(ptr); } |
| 392 | |
| 393 | inline const PyArray_Proxy *array_proxy(const void *ptr) { |
| 394 | return reinterpret_cast<const PyArray_Proxy *>(ptr); |
no outgoing calls
no test coverage detected