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

Function array_descriptor1_proxy

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

Source from the content-addressed store, hash-verified

546}
547
548inline const PyArrayDescr1_Proxy *array_descriptor1_proxy(const PyObject *ptr) {
549 return reinterpret_cast<const PyArrayDescr1_Proxy *>(ptr);
550}
551
552inline const PyArrayDescr2_Proxy *array_descriptor2_proxy(const PyObject *ptr) {
553 return reinterpret_cast<const PyArrayDescr2_Proxy *>(ptr);

Callers 4

itemsizeMethod · 0.85
has_fieldsMethod · 0.85
alignmentMethod · 0.85
flagsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected