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