MCPcopy Create free account
hub / github.com/pybind/pybind11 / byteorder

Method byteorder

include/pybind11/numpy.h:949–949  ·  view source on GitHub ↗

Single character for byteorder

Source from the content-addressed store, hash-verified

947
948 /// Single character for byteorder
949 char byteorder() const { return detail::array_descriptor_proxy(m_ptr)->byteorder; }
950
951 /// Alignment of the data type
952 ssize_t alignment() const {

Callers 1

TEST_SUBMODULEFunction · 0.80

Calls 1

array_descriptor_proxyFunction · 0.85

Tested by 1

TEST_SUBMODULEFunction · 0.64