MCPcopy Create free account
hub / github.com/apache/arrow / IsPyBinary

Function IsPyBinary

python/pyarrow/src/arrow/python/helpers.h:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97bool IsPyUuid(PyObject* obj);
98
99inline bool IsPyBinary(PyObject* obj) {
100 return PyBytes_Check(obj) || PyByteArray_Check(obj) || PyMemoryView_Check(obj);
101}
102
103// \brief Convert a Python integer into a C integer
104// \param[in] obj A Python integer

Callers 1

VisitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected