Searched defs:PyByteArray_AS_STRING (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Include/ | ||
D | bytearrayobject.h | 47 #define PyByteArray_AS_STRING(self) \ macro |
/external/python/cpython3/Include/ | ||
D | bytearrayobject.h | 51 #define PyByteArray_AS_STRING(self) \ macro |