Lines Matching refs:input_obj
952 PyObject *input_obj;959 if (!PyArg_ParseTuple(args, "St#|t#:translate", &input_obj,969 inlen = PyString_GET_SIZE(input_obj);974 input = PyString_AsString(input_obj);986 Py_INCREF(input_obj);987 return input_obj;1005 Py_INCREF(input_obj);1006 return input_obj;