Searched refs:_PyByteArray_empty_string (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Include/
H A Dbytearrayobject.h49 Py_SIZE(self) ? ((PyByteArrayObject *)(self))->ob_bytes : _PyByteArray_empty_string)
52 PyAPI_DATA(char) _PyByteArray_empty_string[];
/external/python/cpython3/Include/
H A Dbytearrayobject.h53 Py_SIZE(self) ? ((PyByteArrayObject *)(self))->ob_start : _PyByteArray_empty_string)
56 PyAPI_DATA(char) _PyByteArray_empty_string[];
/external/python/cpython3/Objects/
H A Dbytearrayobject.c15 char _PyByteArray_empty_string[] = ""; variable
/external/python/cpython2/Objects/
H A Dbytearrayobject.c8 char _PyByteArray_empty_string[] = ""; variable

Completed in 1282 milliseconds