Home | History | Annotate | Download | only in Objects

Lines Matching refs:result_pair

1712     PyObject *result_pair = NULL;

1774 result_pair = PyTuple_Pack(2, numerator, denominator);
1781 return result_pair;