Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig1030 PyObject *py_string = PyUnicode_FromStringAndSize(arg_string.c_str(), arg_string.size());
1031 PyList_Append(py_argv, py_string);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2799 PythonString py_string(PyRefType::Borrowed, py_return.get()); in GetShortHelpForCommandObject() local
2800 llvm::StringRef return_data(py_string.GetString()); in GetShortHelpForCommandObject()