Lines Matching refs:PythonString
718 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()
756 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)); in SetStdHandle()
758 sys_module_dict.SetItemForKey(PythonString(py_name), new_file.get()); in SetStdHandle()
934 module_dict.GetItemForKey(PythonString("run_one_line")); in GetEmbeddedInterpreterModuleObjects()
936 module_dict.GetItemForKey(PythonString("g_run_one_line_str")); in GetEmbeddedInterpreterModuleObjects()
2609 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetSyntheticTypeName()
2610 PythonString py_string(PyRefType::Borrowed, py_return.get()); in GetSyntheticTypeName()
2902 .GetItemForKey(PythonString(module_name)) in LoadScriptingModule()
3154 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetShortHelpForCommandObject()
3155 PythonString py_string(PyRefType::Borrowed, py_return.get()); in GetShortHelpForCommandObject()
3261 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetLongHelpForCommandObject()
3262 PythonString str(PyRefType::Borrowed, py_return.get()); in GetLongHelpForCommandObject()