def __contains__(self, item): try: wr = ref(item) except TypeError: return False return wr in self.data