Home | History | Annotate | Download | only in Objects

Lines Matching defs:ro

96     PyObject *ro, *hintmeth;

120 ro = PyObject_CallFunctionObjArgs(hintmeth, NULL);
122 if (ro == NULL) {
129 rv = PyNumber_Check(ro) ? PyInt_AsSsize_t(ro) : defaultvalue;
130 Py_DECREF(ro);