示例#1
0
 def IsEmpty(self):
     return _sorted_interval_list.Domain_IsEmpty(self)
示例#2
0
 def IsEmpty(self) -> "bool":
     r"""Returns true if this is the empty set."""
     return _sorted_interval_list.Domain_IsEmpty(self)