Home
last modified time | relevance | path

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

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