Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dtimemodule.c409 tmtotuple(struct tm *p function
484 return tmtotuple(&buf);
486 return tmtotuple(&buf, "UTC", 0);
524 return tmtotuple(&buf);
532 return tmtotuple(&local, zone, gmtoff);
/external/python/cpython2/Modules/
Dtimemodule.c248 tmtotuple(struct tm *p) in tmtotuple() function
291 return tmtotuple(p); in time_convert()