mirror of
https://github.com/wassname/ray.git
synced 2026-07-08 07:45:46 +08:00
This reverts commit 2116fd3bca.
This commit is contained in:
@@ -10,8 +10,8 @@ cdef class Buffer:
|
||||
"""Cython wrapper class of C++ `ray::Buffer`.
|
||||
|
||||
This class implements the Python 'buffer protocol', which allows
|
||||
us to use it for calls into Python libraries without having to
|
||||
copy the data.
|
||||
us to use it for calls into pyarrow (and other Python libraries
|
||||
down the line) without having to copy the data.
|
||||
|
||||
See https://docs.python.org/3/c-api/buffer.html for details.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user