Single character for byteorder
| 735 | |
| 736 | /// Single character for byteorder |
| 737 | char byteorder() const { return detail::array_descriptor_proxy(m_ptr)->byteorder; } |
| 738 | |
| 739 | /// Alignment of the data type |
| 740 | #ifdef PYBIND11_NUMPY_1_ONLY |
nothing calls this directly
no test coverage detected