| 403 | } |
| 404 | |
| 405 | inline const PyArrayDescr2_Proxy *array_descriptor2_proxy(const PyObject *ptr) { |
| 406 | return reinterpret_cast<const PyArrayDescr2_Proxy *>(ptr); |
| 407 | } |
| 408 | |
| 409 | inline bool check_flags(const void *ptr, int flag) { |
| 410 | return (flag == (array_proxy(ptr)->flags & flag)); |
no outgoing calls
no test coverage detected