Home
last modified time | relevance | path

Searched refs:flip_offset (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_datetimemodule.c5863 PyObject *flip_offset; in pep495_eq_exception() local
5865 flip_offset = get_flip_fold_offset(self); in pep495_eq_exception()
5866 if (flip_offset == NULL) in pep495_eq_exception()
5868 if (flip_offset != offset_self && in pep495_eq_exception()
5869 delta_cmp(flip_offset, offset_self)) in pep495_eq_exception()
5874 Py_DECREF(flip_offset); in pep495_eq_exception()
5876 flip_offset = get_flip_fold_offset(other); in pep495_eq_exception()
5877 if (flip_offset == NULL) in pep495_eq_exception()
5879 if (flip_offset != offset_other && in pep495_eq_exception()
5880 delta_cmp(flip_offset, offset_othe in pep495_eq_exception()
[all...]

Completed in 9 milliseconds