Lines Matching refs:PythonString
689 sys_module_dict.SetItemForKey(PythonString("stdin"), m_saved_stdin); in LeaveSession()
693 sys_module_dict.SetItemForKey(PythonString("stdout"), m_saved_stdout); in LeaveSession()
697 sys_module_dict.SetItemForKey(PythonString("stderr"), m_saved_stderr); in LeaveSession()
727 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)); in SetStdHandle()
729 sys_module_dict.SetItemForKey(PythonString(py_name), new_file.get()); in SetStdHandle()
905 module_dict.GetItemForKey(PythonString("run_one_line")); in GetEmbeddedInterpreterModuleObjects()
907 module_dict.GetItemForKey(PythonString("g_run_one_line_str")); in GetEmbeddedInterpreterModuleObjects()
2585 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetSyntheticTypeName()
2586 PythonString py_string(PyRefType::Borrowed, py_return.get()); in GetSyntheticTypeName()
2856 .GetItemForKey(PythonString(module_name)) in LoadScriptingModule()
3112 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetShortHelpForCommandObject()
3113 PythonString py_string(PyRefType::Borrowed, py_return.get()); in GetShortHelpForCommandObject()
3219 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetLongHelpForCommandObject()
3220 PythonString str(PyRefType::Borrowed, py_return.get()); in GetLongHelpForCommandObject()