MCPcopy Create free account
hub / github.com/catboost/catboost / array_descriptor_proxy

Function array_descriptor_proxy

contrib/libs/pybind11/include/pybind11/numpy.h:397–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397inline PyArrayDescr_Proxy *array_descriptor_proxy(PyObject *ptr) {
398 return reinterpret_cast<PyArrayDescr_Proxy *>(ptr);
399}
400
401inline const PyArrayDescr_Proxy *array_descriptor_proxy(const PyObject *ptr) {
402 return reinterpret_cast<const PyArrayDescr_Proxy *>(ptr);

Callers 8

itemsizeMethod · 0.85
has_fieldsMethod · 0.85
kindMethod · 0.85
char_Method · 0.85
numMethod · 0.85
byteorderMethod · 0.85
alignmentMethod · 0.85
flagsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected