Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h378 void SetItemForKey(const PythonObject &key, const PythonObject &value);
H A DScriptInterpreterPython.cpp558 sys_module_dict.SetItemForKey(PythonString("stdin"), m_saved_stdin); in LeaveSession()
562 sys_module_dict.SetItemForKey(PythonString("stdout"), m_saved_stdout); in LeaveSession()
566 sys_module_dict.SetItemForKey(PythonString("stderr"), m_saved_stderr); in LeaveSession()
588 sys_module_dict.SetItemForKey(PythonString(py_name), new_file); in SetStdHandle()
H A DPythonDataObjects.cpp766 void PythonDictionary::SetItemForKey(const PythonObject &key, in SetItemForKey() function in PythonDictionary