Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dposixmodule.c2375 PyObject *ns_fractional = PyLong_FromUnsignedLong(nsec); in fill_time() local
2380 if (!(s && ns_fractional)) in fill_time()
2387 ns_total = PyNumber_Add(s_in_ns, ns_fractional); in fill_time()
2404 Py_XDECREF(ns_fractional); in fill_time()

Completed in 16 milliseconds