Home
last modified time | relevance | path

Searched refs:ratio_tuple (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/
Dlongobject.c5424 PyObject *ratio_tuple; in int_as_integer_ratio_impl() local
5429 ratio_tuple = PyTuple_Pack(2, numerator, _PyLong_GetOne()); in int_as_integer_ratio_impl()
5431 return ratio_tuple; in int_as_integer_ratio_impl()