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

Function getcharbuf

src/python/PyImath/PyImathBufferProtocol.cpp:211–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209
210template <class ArrayT>
211Py_ssize_t
212getcharbuf (PyObject *obj, Py_ssize_t segment, const char **charBuf)
213{
214 return getreadbuf<ArrayT> (obj, segment, (void **)charBuf);
215}
216
217
218template <class ArrayT>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected