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

  /external/python/cpython2/Objects/
bytesobject.c 201 s = _PyBytesWriter_Alloc(&writer, strlen(format));
612 res = _PyBytesWriter_Alloc(&writer, fmtcnt);
    [all...]
  /external/python/cpython3/Objects/
bytesobject.c 201 s = _PyBytesWriter_Alloc(&writer, strlen(format));
618 res = _PyBytesWriter_Alloc(&writer, fmtcnt);
    [all...]

Completed in 83 milliseconds