MCPcopy Create free account
hub / github.com/GoyaPtyLtd/BaseElements-Plugin / get_struct

Function get_struct

Headers/boost/python/numpy/ndarray.hpp:55–55  ·  view source on GitHub ↗

@brief Return the held Python object as an array_struct.

Source from the content-addressed store, hash-verified

53
54 /// @brief Return the held Python object as an array_struct.
55 array_struct * get_struct() const { return reinterpret_cast<array_struct*>(this->ptr()); }
56
57public:
58

Callers 7

get_dataFunction · 0.70
get_shapeFunction · 0.70
get_stridesFunction · 0.70
get_ndFunction · 0.70
writer_backendMethod · 0.50
write_headerMethod · 0.50
read_headerMethod · 0.50

Calls 1

ptrMethod · 0.45

Tested by

no test coverage detected