Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c4452 int offsecs1, offsecs2; in time_richcompare() local
4459 offsecs2 = TIME_GET_HOUR(other) * 3600 + in time_richcompare()
4464 diff = offsecs1 - offsecs2; in time_richcompare()