MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / array_descriptor_proxy

Function array_descriptor_proxy

libs/pybind/pybind11/numpy.h:307–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307inline PyArrayDescr_Proxy *array_descriptor_proxy(PyObject *ptr) {
308 return reinterpret_cast<PyArrayDescr_Proxy *>(ptr);
309}
310
311inline const PyArrayDescr_Proxy *array_descriptor_proxy(const PyObject *ptr) {
312 return reinterpret_cast<const PyArrayDescr_Proxy *>(ptr);

Callers 5

itemsizeMethod · 0.85
has_fieldsMethod · 0.85
kindMethod · 0.85
char_Method · 0.85
itemsizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected