MCPcopy Create free account
hub / github.com/OriginQ/QPanda-2 / array_descriptor_proxy

Function array_descriptor_proxy

ThirdParty/pybind11/include/pybind11/numpy.h:305–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 9

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
itemsizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected