Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c2129 delta_cmp(PyObject *self, PyObject *other) in delta_cmp() function
2145 int diff = delta_cmp(self, other); in delta_richcompare()
4209 delta_cmp(offset1, offset2) == 0)) { in time_richcompare()
5215 delta_cmp(offset1, offset2) != 0) { in datetime_subtract()
5435 delta_cmp(flip_offset, offset_self)) in pep495_eq_exception()
5446 delta_cmp(flip_offset, offset_other)) in pep495_eq_exception()
5496 delta_cmp(offset1, offset2) == 0)) { in datetime_richcompare()