HomeSort by relevance Sort by last modified time
    Searched refs:_PyTime_FromSecondsObject (Results 1 - 8 of 8) sorted by null

  /external/python/cpython3/Include/
pytime.h 81 PyAPI_FUNC(int) _PyTime_FromSecondsObject(_PyTime_t *t,
  /external/python/cpython3/Modules/
timemodule.c 178 if (_PyTime_FromSecondsObject(&t, obj, _PyTime_ROUND_FLOOR) < 0)
228 if (_PyTime_FromSecondsObject(&secs, obj, _PyTime_ROUND_CEILING))
    [all...]
selectmodule.c 215 if (_PyTime_FromSecondsObject(&timeout, timeout_obj,
    [all...]
_threadmodule.c 113 && _PyTime_FromSecondsObject(timeout,
    [all...]
signalmodule.c 1034 if (_PyTime_FromSecondsObject(&timeout,
    [all...]
_testcapimodule.c     [all...]
socketmodule.c     [all...]
  /external/python/cpython3/Python/
pytime.c 327 _PyTime_FromSecondsObject(_PyTime_t *t, PyObject *obj, _PyTime_round_t round)

Completed in 214 milliseconds