Searched defs:PyByteArray_AS_STRING (Results 1 – 6 of 6) sorted by relevance
20 static inline char* PyByteArray_AS_STRING(PyObject *op) in PyByteArray_AS_STRING() function29 # define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self)) macro
47 #define PyByteArray_AS_STRING(self) \ macro