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

Method array

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

Source from the content-addressed store, hash-verified

1033 };
1034
1035 array() : array(0, static_cast<const double *>(nullptr)) {}
1036
1037 using ShapeContainer = detail::any_container<ssize_t>;
1038 using StridesContainer = detail::any_container<ssize_t>;

Calls 13

c_stridesFunction · 0.85
getFunction · 0.85
moveFunction · 0.85
dtypeClass · 0.85
ptrMethod · 0.80
releaseMethod · 0.80
inc_refMethod · 0.80
handleFunction · 0.70
emptyMethod · 0.45
itemsizeMethod · 0.45
sizeMethod · 0.45
flagsMethod · 0.45