Lines Matching refs:PythonString
309 As<PythonDictionary>(get_info(PythonString(python_dir_spec.GetPath()), in GetInterpreterInfo()
310 PythonString(python_exe_relative_path)))); in GetInterpreterInfo()
602 sys_module_dict.SetItemForKey(PythonString("stdin"), m_saved_stdin); in LeaveSession()
606 sys_module_dict.SetItemForKey(PythonString("stdout"), m_saved_stdout); in LeaveSession()
610 sys_module_dict.SetItemForKey(PythonString("stderr"), m_saved_stderr); in LeaveSession()
640 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)); in SetStdHandle()
642 sys_module_dict.SetItemForKey(PythonString(py_name), new_file.get()); in SetStdHandle()
818 module_dict.GetItemForKey(PythonString("run_one_line")); in GetEmbeddedInterpreterModuleObjects()
820 module_dict.GetItemForKey(PythonString("g_run_one_line_str")); in GetEmbeddedInterpreterModuleObjects()
2311 if (!py_return.IsAllocated() || !PythonString::Check(py_return.get())) in GetSyntheticTypeName()
2314 PythonString type_name(PyRefType::Borrowed, py_return.get()); in GetSyntheticTypeName()
2593 .GetItemForKey(PythonString(module_name)) in LoadScriptingModule()
2828 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetShortHelpForCommandObject()
2829 PythonString py_string(PyRefType::Borrowed, py_return.get()); in GetShortHelpForCommandObject()
2913 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) { in GetLongHelpForCommandObject()
2914 PythonString str(PyRefType::Borrowed, py_return.get()); in GetLongHelpForCommandObject()