| 546 | } |
| 547 | |
| 548 | inline const PyArrayDescr1_Proxy *array_descriptor1_proxy(const PyObject *ptr) { |
| 549 | return reinterpret_cast<const PyArrayDescr1_Proxy *>(ptr); |
| 550 | } |
| 551 | |
| 552 | inline const PyArrayDescr2_Proxy *array_descriptor2_proxy(const PyObject *ptr) { |
| 553 | return reinterpret_cast<const PyArrayDescr2_Proxy *>(ptr); |
no outgoing calls
no test coverage detected