Home | History | Annotate | Download | only in Objects

Lines Matching refs:input_obj

2104     PyObject *input_obj = (PyObject*)self;
2151 inlen = PyBytes_GET_SIZE(input_obj);
2159 input = PyBytes_AS_STRING(input_obj);
2168 if (!changed && PyBytes_CheckExact(input_obj)) {
2169 Py_INCREF(input_obj);
2171 result = input_obj;
2198 if (!changed && PyBytes_CheckExact(input_obj)) {
2200 Py_INCREF(input_obj);
2201 return input_obj;