Home
last modified time | relevance | path

Searched refs:_PyByteArray_FromBufferObject (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/
Dbytearrayobject.c88 _PyByteArray_FromBufferObject(PyObject *obj) in _PyByteArray_FromBufferObject() function
1487 bytesep = _PyByteArray_FromBufferObject(sep); in bytearray_partition()
1525 bytesep = _PyByteArray_FromBufferObject(sep); in bytearray_rpartition()