Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c5426 PyObject *offset_self, PyObject *offset_other) in pep495_eq_exception() argument
5445 if (flip_offset != offset_other && in pep495_eq_exception()
5446 delta_cmp(flip_offset, offset_other)) in pep495_eq_exception()