Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_marshal.py414 floatobj = 1.2345
415 self.helper(floatobj)
416 self.helper3(floatobj)
/third_party/python/Modules/
D_datetimemodule.c1912 get_float_as_integer_ratio(PyObject *floatobj) in get_float_as_integer_ratio() argument
1916 assert(floatobj && PyFloat_Check(floatobj)); in get_float_as_integer_ratio()
1917 ratio = _PyObject_CallMethodIdNoArgs(floatobj, &PyId_as_integer_ratio); in get_float_as_integer_ratio()
1940 multiply_truedivide_timedelta_float(PyDateTime_Delta *delta, PyObject *floatobj, int op) in multiply_truedivide_timedelta_float() argument
1949 ratio = get_float_as_integer_ratio(floatobj); in multiply_truedivide_timedelta_float()