Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dbytearrayobject.c94 _PyByteArray_FromBufferObject(PyObject *obj) in _PyByteArray_FromBufferObject() function
1471 bytesep = _PyByteArray_FromBufferObject(sep); in bytearray_partition()
1509 bytesep = _PyByteArray_FromBufferObject(sep); in bytearray_rpartition()
/external/python/cpython2/Objects/
Dbytearrayobject.c168 _PyByteArray_FromBufferObject(PyObject *obj) in _PyByteArray_FromBufferObject() function
2122 bytesep = _PyByteArray_FromBufferObject(sep_obj); in bytearray_partition()
2150 bytesep = _PyByteArray_FromBufferObject(sep_obj); in bytearray_rpartition()