Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c1464 cmperror(PyObject *a, PyObject *b) in cmperror() function
1779 return cmperror((PyObject *)self, other); in delta_richcompare()
2632 return cmperror((PyObject *)self, other); in date_richcompare()
3358 return cmperror((PyObject *)self, other); in time_richcompare()
4301 return cmperror((PyObject *)self, other); in datetime_richcompare()
/external/python/cpython3/Modules/
D_datetimemodule.c1723 cmperror(PyObject *a, PyObject *b) in cmperror() function
5712 return cmperror(self, other); in datetime_richcompare()