Lines Matching refs:BaseSet
65 class BaseSet(object): class
75 if self.__class__ is BaseSet:
132 if isinstance(other, BaseSet):
138 if isinstance(other, BaseSet):
183 if not isinstance(other, BaseSet):
201 if not isinstance(other, BaseSet):
210 if not isinstance(other, BaseSet):
224 if not isinstance(other, BaseSet):
252 if not isinstance(other, BaseSet):
327 if not isinstance(other, BaseSet):
346 if isinstance(iterable, BaseSet):
378 class ImmutableSet(BaseSet):
403 class Set(BaseSet):
446 if isinstance(other, BaseSet):
461 if not isinstance(other, BaseSet):
480 if not isinstance(other, BaseSet):
548 class _TemporarilyImmutableSet(BaseSet):