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

  /external/python/cpython2/Objects/
bytesobject.c 439 str = _PyBytesWriter_Prepare(writer, str, len);
973 res = _PyBytesWriter_Prepare(&writer, res, alloc - 2);
    [all...]
  /external/python/cpython3/Objects/
bytesobject.c 445 str = _PyBytesWriter_Prepare(writer, str, len);
979 res = _PyBytesWriter_Prepare(&writer, res, alloc - 2);
    [all...]

Completed in 196 milliseconds