Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Ddataclasses.py558 def _cmp_fn(name, op, self_tuple, other_tuple): argument
920 other_tuple = _tuple_str('other', flds)
923 self_tuple, other_tuple))
929 other_tuple = _tuple_str('other', flds)
936 _cmp_fn(name, op, self_tuple, other_tuple)):