Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_marshal.py470 floatobj = 1.2345
471 self.helper(floatobj)
472 self.helper3(floatobj)
/third_party/python/Modules/
H A D_datetimemodule.c2009 get_float_as_integer_ratio(PyObject *floatobj) in get_float_as_integer_ratio() argument
2013 assert(floatobj && PyFloat_Check(floatobj)); in get_float_as_integer_ratio()
2014 ratio = _PyObject_CallMethodIdNoArgs(floatobj, &PyId_as_integer_ratio); in get_float_as_integer_ratio()
2037 multiply_truedivide_timedelta_float(PyDateTime_Delta *delta, PyObject *floatobj, int op) in multiply_truedivide_timedelta_float() argument
2046 ratio = get_float_as_integer_ratio(floatobj); in multiply_truedivide_timedelta_float()

Completed in 10 milliseconds