def __lt__(self, other: 'Domain') -> "bool":
     return _sorted_interval_list.Domain___lt__(self, other)
示例#2
0
 def __lt__(self, other):
     return _sorted_interval_list.Domain___lt__(self, other)
示例#3
0
 def __lt__(self, other: "Domain") -> "bool":
     r"""Lexicographic order on the intervals() representation."""
     return _sorted_interval_list.Domain___lt__(self, other)