Home | History | Annotate | Download | only in Modules

Lines Matching refs:whent

278     time_t whent = _PyTime_DoubleToTimet(when);
280 if (whent == (time_t)-1 && PyErr_Occurred())
283 p = function(&whent);