Home | History | Annotate | Download | only in Objects

Lines Matching refs:input_obj

2184     PyObject *input_obj = (PyObject*)self;

2245 inlen = PyString_GET_SIZE(input_obj);
2250 input = PyString_AS_STRING(input_obj);
2259 if (changed || !PyString_CheckExact(input_obj))
2262 Py_INCREF(input_obj);
2263 return input_obj;
2284 if (!changed && PyString_CheckExact(input_obj)) {
2286 Py_INCREF(input_obj);
2287 return input_obj;