MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / len

Method len

src/python/PyImath/PyImathFixedArray.h:576–576  ·  view source on GitHub ↗

exposed as Py_ssize_t for compatilbity with standard python sequences

Source from the content-addressed store, hash-verified

574
575 // exposed as Py_ssize_t for compatilbity with standard python sequences
576 Py_ssize_t len() const { return _length; }
577 size_t stride() const { return _stride; }
578 bool writable() const { return _writable; }
579

Callers 15

arrayToNumpy_scalarFunction · 0.45
arrayToNumpy_vectorFunction · 0.45
arrayToNumpy_scalar2DFunction · 0.45
arrayToNumpy_vector2DFunction · 0.45
Vec2_cross_Vec2ArrayFunction · 0.45
Vec2_dot_Vec2ArrayFunction · 0.45
Vec2_mulTArrayFunction · 0.45
Vec2Array_getFunction · 0.45
Vec2Array_minFunction · 0.45
Vec2Array_maxFunction · 0.45
Vec2Array_boundsFunction · 0.45
operator *Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected