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

Method stride

src/python/PyImath/PyImathFixedVArray.h:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73 Py_ssize_t len() const { return _length; }
74 size_t stride() const { return _stride; }
75 bool writable() const { return _writable; }
76
77 // This method is mainly here for use in confidence tests, but there may

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected