| 385 | }; |
| 386 | |
| 387 | inline PyArray_Proxy *array_proxy(void *ptr) { return reinterpret_cast<PyArray_Proxy *>(ptr); } |
| 388 | |
| 389 | inline const PyArray_Proxy *array_proxy(const void *ptr) { |
| 390 | return reinterpret_cast<const PyArray_Proxy *>(ptr); |
no outgoing calls
no test coverage detected