Lines Matching defs:raw
2221 PyObject *buf = NULL, *stream = NULL, *text = NULL, *raw = NULL, *res;
2252 raw = PyObject_GetAttr(buf, &_Py_ID(raw));
2253 if (raw == NULL)
2257 raw = buf;
2258 Py_INCREF(raw);
2263 if (PyWindowsConsoleIO_Check(raw))
2268 if (text == NULL || PyObject_SetAttr(raw, &_Py_ID(name), text) < 0)
2270 res = PyObject_CallMethodNoArgs(raw, &_Py_ID(isatty));
2286 Py_CLEAR(raw);
2336 Py_XDECREF(raw);