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

Function array_proxy

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

Source from the content-addressed store, hash-verified

532};
533
534inline PyArray_Proxy *array_proxy(void *ptr) { return reinterpret_cast<PyArray_Proxy *>(ptr); }
535
536inline const PyArray_Proxy *array_proxy(const void *ptr) {
537 return reinterpret_cast<const PyArray_Proxy *>(ptr);

Callers 13

check_flagsFunction · 0.85
dtypeMethod · 0.85
ndimMethod · 0.85
baseMethod · 0.85
shapeMethod · 0.85
stridesMethod · 0.85
flagsMethod · 0.85
dataMethod · 0.85
mutable_dataMethod · 0.85
check_Function · 0.85
eigen_array_castFunction · 0.85
cast_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected