Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_datetimemodule.c2151 delta_richcompare(PyObject *self, PyObject *other, int op) in delta_richcompare() function
2735 delta_richcompare, /* tp_richcompare */
3879 return delta_richcompare(self->offset, other->offset, op); in timezone_richcompare()