| 550 | } |
| 551 | |
| 552 | inline const PyArrayDescr2_Proxy *array_descriptor2_proxy(const PyObject *ptr) { |
| 553 | return reinterpret_cast<const PyArrayDescr2_Proxy *>(ptr); |
| 554 | } |
| 555 | |
| 556 | inline bool check_flags(const void *ptr, int flag) { |
| 557 | return (flag == (array_proxy(ptr)->flags & flag)); |
no outgoing calls
no test coverage detected