Example #1
0
 def __eq__(self, other):
     return _sorted_interval_list.Domain___eq__(self, other)
 def __eq__(self, other: 'Domain') -> "bool":
     return _sorted_interval_list.Domain___eq__(self, other)