Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp718 sys_module_dict.SetItemForKey(PythonString("stdin"), m_saved_stdin); in LeaveSession()
722 sys_module_dict.SetItemForKey(PythonString("stdout"), m_saved_stdout); in LeaveSession()
726 sys_module_dict.SetItemForKey(PythonString("stderr"), m_saved_stderr); in LeaveSession()
758 sys_module_dict.SetItemForKey(PythonString(py_name), new_file.get()); in SetStdHandle()
H A DPythonDataObjects.h573 void SetItemForKey(const PythonObject &key,
H A DPythonDataObjects.cpp779 void PythonDictionary::SetItemForKey(const PythonObject &key, in SetItemForKey() function in PythonDictionary