Lines Matching refs:PythonString
294 As<PythonDictionary>(get_info(PythonString(python_dir_spec.GetPath()),
295 PythonString(python_exe_relative_path))));
587 sys_module_dict.SetItemForKey(PythonString("stdin"), m_saved_stdin);
591 sys_module_dict.SetItemForKey(PythonString("stdout"), m_saved_stdout);
595 sys_module_dict.SetItemForKey(PythonString("stderr"), m_saved_stderr);
625 save_file = sys_module_dict.GetItemForKey(PythonString(py_name));
627 sys_module_dict.SetItemForKey(PythonString(py_name), new_file.get());
801 module_dict.GetItemForKey(PythonString("run_one_line"));
803 module_dict.GetItemForKey(PythonString("g_run_one_line_str"));
2167 if (!py_return.IsAllocated() || !PythonString::Check(py_return.get()))
2170 PythonString type_name(PyRefType::Borrowed, py_return.get());
2450 .GetItemForKey(PythonString(module_name))
2803 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) {
2804 PythonString py_string(PyRefType::Borrowed, py_return.get());
3084 if (py_return.IsAllocated() && PythonString::Check(py_return.get())) {
3085 PythonString str(PyRefType::Borrowed, py_return.get());