Searched defs:PythonBuffer (Results 1 – 1 of 1) sorted by relevance
1212 class PythonBuffer { class1226 PythonBuffer(PythonBuffer &&other) { in PythonBuffer() function in __anon89da3f040411::PythonBuffer1240 PythonBuffer(const Py_buffer &py_buffer) : m_buffer(py_buffer) {} in PythonBuffer() function in __anon89da3f040411::PythonBuffer