Lines Matching refs:PythonString

294       As<PythonDictionary>(get_info(PythonString(python_dir_spec.GetPath()),  in GetInterpreterInfo()
295 PythonString(python_exe_relative_path)))); in GetInterpreterInfo()
593 sys_module_dict.SetItemForKey(PythonString("stdin"), m_saved_stdin); in LeaveSession()
597 sys_module_dict.SetItemForKey(PythonString("stdout"), m_saved_stdout); in LeaveSession()
601 sys_module_dict.SetItemForKey(PythonString("stderr"), m_saved_stderr); in LeaveSession()
631 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)); in SetStdHandle()
633 sys_module_dict.SetItemForKey(PythonString(py_name), new_file.get()); in SetStdHandle()
809 module_dict.GetItemForKey(PythonString("run_one_line")); in GetEmbeddedInterpreterModuleObjects()
811 module_dict.GetItemForKey(PythonString("g_run_one_line_str")); in GetEmbeddedInterpreterModuleObjects()
2378 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetSyntheticTypeName()
2379 PythonString py_string(PyRefType::Borrowed, py_return.get()); in GetSyntheticTypeName()
2666 .GetItemForKey(PythonString(module_name)) in LoadScriptingModule()
2901 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetShortHelpForCommandObject()
2902 PythonString py_string(PyRefType::Borrowed, py_return.get()); in GetShortHelpForCommandObject()
2986 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetLongHelpForCommandObject()
2987 PythonString str(PyRefType::Borrowed, py_return.get()); in GetLongHelpForCommandObject()