Lines Matching refs:PythonString
292 As<PythonDictionary>(get_info(PythonString(python_dir_spec.GetPath()), in GetInterpreterInfo()
293 PythonString(python_exe_relative_path)))); in GetInterpreterInfo()
589 sys_module_dict.SetItemForKey(PythonString("stdin"), m_saved_stdin); in LeaveSession()
593 sys_module_dict.SetItemForKey(PythonString("stdout"), m_saved_stdout); in LeaveSession()
597 sys_module_dict.SetItemForKey(PythonString("stderr"), m_saved_stderr); in LeaveSession()
627 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)); in SetStdHandle()
629 sys_module_dict.SetItemForKey(PythonString(py_name), new_file.get()); in SetStdHandle()
805 module_dict.GetItemForKey(PythonString("run_one_line")); in GetEmbeddedInterpreterModuleObjects()
807 module_dict.GetItemForKey(PythonString("g_run_one_line_str")); in GetEmbeddedInterpreterModuleObjects()
2479 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetSyntheticTypeName()
2480 PythonString py_string(PyRefType::Borrowed, py_return.get()); in GetSyntheticTypeName()
2767 .GetItemForKey(PythonString(module_name)) in LoadScriptingModule()
3021 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetShortHelpForCommandObject()
3022 PythonString py_string(PyRefType::Borrowed, py_return.get()); in GetShortHelpForCommandObject()
3128 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetLongHelpForCommandObject()
3129 PythonString str(PyRefType::Borrowed, py_return.get()); in GetLongHelpForCommandObject()