Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig140 PyObject *py_dict = (PyObject *)session_dictionary;
141 if (!PythonDictionary::Check(py_dict))
144 PythonDictionary dict(PyRefType::Borrowed, py_dict);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1686 PythonDictionary py_dict = in GetDynamicSettings() local
1689 if (!py_dict) in GetDynamicSettings()
1692 return py_dict.CreateStructuredDictionary(); in GetDynamicSettings()