Searched refs:py_bytes (Results 1 – 1 of 1) sorted by relevance
262 PyObject *py_bytes = PyBytes_FromStringAndSize(data, bytes.size()); in SetBytes() local263 PythonObject::Reset(PyRefType::Owned, py_bytes); in SetBytes()