Lines Matching refs:PythonString
315 As<PythonDictionary>(get_info(PythonString(python_dir_spec.GetPath()), in GetInterpreterInfo()
316 PythonString(python_exe_relative_path)))); in GetInterpreterInfo()
607 sys_module_dict.SetItemForKey(PythonString("stdin"), m_saved_stdin); in LeaveSession()
611 sys_module_dict.SetItemForKey(PythonString("stdout"), m_saved_stdout); in LeaveSession()
615 sys_module_dict.SetItemForKey(PythonString("stderr"), m_saved_stderr); in LeaveSession()
645 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)); in SetStdHandle()
647 sys_module_dict.SetItemForKey(PythonString(py_name), new_file.get()); in SetStdHandle()
823 module_dict.GetItemForKey(PythonString("run_one_line")); in GetEmbeddedInterpreterModuleObjects()
825 module_dict.GetItemForKey(PythonString("g_run_one_line_str")); in GetEmbeddedInterpreterModuleObjects()
2205 if (!py_return.IsAllocated() || !PythonString::Check(py_return.get())) in GetSyntheticTypeName()
2208 PythonString type_name(PyRefType::Borrowed, py_return.get()); in GetSyntheticTypeName()
2484 .GetItemForKey(PythonString(module_name)) in LoadScriptingModule()
2798 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetShortHelpForCommandObject()
2799 PythonString py_string(PyRefType::Borrowed, py_return.get()); in GetShortHelpForCommandObject()
3082 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetLongHelpForCommandObject()
3083 PythonString str(PyRefType::Borrowed, py_return.get()); in GetLongHelpForCommandObject()