Searched defs:PyByteArray_AS_STRING (Results 1 – 5 of 5) 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
20 static inline char* PyByteArray_AS_STRING(PyObject *op) in PyByteArray_AS_STRING() function28 #define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self)) macro