Home | History | Annotate | Download | only in cjkcodecs

Lines Matching full:tobj

203     PyObject *retobj = NULL, *retstr = NULL, *tobj;
300 (!PyUnicode_Check((tobj = PyTuple_GET_ITEM(retobj, 0))) && !PyBytes_Check(tobj)) ||
308 if (PyUnicode_Check(tobj)) {
311 retstr = multibytecodec_encode(codec, state, tobj,
318 Py_INCREF(tobj);
319 retstr = tobj;