Searched refs:SetItemForKey (Results 1 – 3 of 3) sorted by relevance
602 sys_module_dict.SetItemForKey(PythonString("stdin"), m_saved_stdin); in LeaveSession()606 sys_module_dict.SetItemForKey(PythonString("stdout"), m_saved_stdout); in LeaveSession()610 sys_module_dict.SetItemForKey(PythonString("stderr"), m_saved_stderr); in LeaveSession()642 sys_module_dict.SetItemForKey(PythonString(py_name), new_file.get()); in SetStdHandle()
572 void SetItemForKey(const PythonObject &key,
744 void PythonDictionary::SetItemForKey(const PythonObject &key, in SetItemForKey() function in PythonDictionary