HomeSort by relevance Sort by last modified time
    Searched refs:use_bytearray (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Include/
bytesobject.h 69 int use_bytearray);
72 int use_bytearray);
156 int use_bytearray; member in struct:__anon33116
159 This flag must be zero if use_bytearray is non-zero. */
174 Return a bytes object, or a bytearray object if use_bytearray is non-zero.
  /external/python/cpython3/Objects/
bytesobject.c 577 PyObject *args, int use_bytearray)
595 writer.use_bytearray = use_bytearray;
600 if (!use_bytearray)
1036 assert(writer.overallocate || fmtcnt < 0 || use_bytearray);
    [all...]

Completed in 280 milliseconds