Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2048 PythonObject reply_pyobj; in GetDynamicSettings() local
2052 reply_pyobj.Reset(PyRefType::Owned, in GetDynamicSettings()
2056 PythonDictionary py_dict(PyRefType::Borrowed, reply_pyobj.get()); in GetDynamicSettings()