Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dtimemodule.c278 time_t whent = _PyTime_DoubleToTimet(when); in time_convert() local
280 if (whent == (time_t)-1 && PyErr_Occurred()) in time_convert()
283 p = function(&whent); in time_convert()