Home | History | Annotate | Download | only in _io

Lines Matching refs:decoded

75     PyObject *decoded;
78 if (!PyUnicode_FSDecoder(path_or_fd, &decoded)) {
82 decoded_wstr = PyUnicode_AsWideCharString(decoded, NULL);
83 Py_CLEAR(decoded);