Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dbytearrayobject.c89 _PyByteArray_FromBufferObject(PyObject *obj) in _PyByteArray_FromBufferObject() function
1583 bytesep = _PyByteArray_FromBufferObject(sep); in bytearray_partition()
1621 bytesep = _PyByteArray_FromBufferObject(sep); in bytearray_rpartition()