Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c2142 delta_richcompare(PyObject *self, PyObject *other, int op) in delta_richcompare() function
2727 delta_richcompare, /* tp_richcompare */
3653 return delta_richcompare(self->offset, other->offset, op); in timezone_richcompare()
/external/python/cpython2/Modules/
Ddatetimemodule.c1762 delta_richcompare(PyDateTime_Delta *self, PyObject *other, int op) in delta_richcompare() function
2229 (richcmpfunc)delta_richcompare, /* tp_richcompare */