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

  /external/python/cpython3/Include/
pytime.h 92 PyAPI_FUNC(double) _PyTime_AsSecondsDouble(_PyTime_t t);
  /external/python/cpython3/Modules/
timemodule.c 903 d = _PyTime_AsSecondsDouble(t);
    [all...]
_threadmodule.c     [all...]
gcmodule.c     [all...]
socketmodule.c     [all...]
_testcapimodule.c     [all...]
  /external/python/cpython3/Python/
pytime.c 339 _PyTime_AsSecondsDouble(_PyTime_t t)

Completed in 102 milliseconds