Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp262 PyObject *py_bytes = PyBytes_FromStringAndSize(data, bytes.size()); in SetBytes() local
263 PythonObject::Reset(PyRefType::Owned, py_bytes); in SetBytes()