Lines Matching refs:PythonString
558 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()
584 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)) in SetStdHandle()
588 sys_module_dict.SetItemForKey(PythonString(py_name), new_file); in SetStdHandle()
703 PythonObject item = main_dict.GetItemForKey(PythonString(m_dictionary_name)); in GetSessionDictionary()
750 module_dict.GetItemForKey(PythonString("run_one_line")); in GetEmbeddedInterpreterModuleObjects()
752 module_dict.GetItemForKey(PythonString("g_run_one_line_str")); in GetEmbeddedInterpreterModuleObjects()
2568 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetSyntheticTypeName()
2569 PythonString py_string(PyRefType::Borrowed, py_return.get()); in GetSyntheticTypeName()
2836 .GetItemForKey(PythonString(basename)) in LoadScriptingModule()
3105 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetShortHelpForCommandObject()
3106 PythonString py_string(PyRefType::Borrowed, py_return.get()); in GetShortHelpForCommandObject()
3216 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetLongHelpForCommandObject()
3217 PythonString str(PyRefType::Borrowed, py_return.get()); in GetLongHelpForCommandObject()