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

Function getsegcount

src/python/PyImath/PyImathBufferProtocol.cpp:202–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200
201template <class ArrayT>
202Py_ssize_t
203getsegcount (PyObject *obj, Py_ssize_t *lenp)
204{
205 // FixedArrays are always in one, fixed-sized block
206 return 1;
207}
208
209
210template <class ArrayT>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected