Searched refs:_PyByteArray_FromBufferObject (Results 1 – 2 of 2) sorted by relevance
94 _PyByteArray_FromBufferObject(PyObject *obj) in _PyByteArray_FromBufferObject() function1471 bytesep = _PyByteArray_FromBufferObject(sep); in bytearray_partition()1509 bytesep = _PyByteArray_FromBufferObject(sep); in bytearray_rpartition()
168 _PyByteArray_FromBufferObject(PyObject *obj) in _PyByteArray_FromBufferObject() function2122 bytesep = _PyByteArray_FromBufferObject(sep_obj); in bytearray_partition()2150 bytesep = _PyByteArray_FromBufferObject(sep_obj); in bytearray_rpartition()