Lines Matching refs:elt
165 for elt in self:
166 data[deepcopy(elt, memo)] = value
241 for elt in ifilterfalse(otherdata.__contains__, selfdata):
242 data[elt] = value
243 for elt in ifilterfalse(selfdata.__contains__, otherdata):
244 data[elt] = value
268 for elt in ifilterfalse(otherdata.__contains__, self):
269 data[elt] = value
294 for elt in ifilterfalse(other._data.__contains__, self):
303 for elt in ifilterfalse(self._data.__contains__, other):
337 for elt in self:
338 result ^= hash(elt)
465 for elt in other:
466 if elt in data:
467 del data[elt]
469 data[elt] = value
484 for elt in ifilter(data.__contains__, other):
485 del data[elt]