Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dbytearrayobject.c86 _PyByteArray_FromBufferObject(PyObject *obj) in _PyByteArray_FromBufferObject() function
1461 bytesep = _PyByteArray_FromBufferObject(sep); in bytearray_partition()
1499 bytesep = _PyByteArray_FromBufferObject(sep); in bytearray_rpartition()