Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c5665 PyObject *offset_self, PyObject *offset_other) in pep495_eq_exception() argument
5673 if (flip_offset != offset_self && in pep495_eq_exception()
5674 delta_cmp(flip_offset, offset_self)) in pep495_eq_exception()