Home
last modified time | relevance | path

Searched refs:intersection_update (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython3/Lib/
D_weakrefset.py148 def intersection_update(self, other): member in WeakSet
153 self.data.intersection_update(ref(item) for item in other)
/external/python/cpython2/Lib/
D_weakrefset.py149 def intersection_update(self, other): member in WeakSet
154 self.data.intersection_update(ref(item) for item in other)
Dsets.py444 def intersection_update(self, other): member in Set
/external/python/cpython2/Lib/test/
Dtest_set.py474 retval = self.s.intersection_update(self.otherword)
481 self.assertRaises(PassThru, self.s.intersection_update, check_pass_thru())
482 self.assertRaises(TypeError, self.s.intersection_update, [[]])
486 self.assertEqual(s.intersection_update(C(p)), None)
491 self.assertEqual(s.intersection_update(C(p), C(t)), None)
1083 self.set.intersection_update(set([3, 4, 5]))
1321 self.set.intersection_update(self.other)
1324 self.set.intersection_update,
Dtest_sets.py303 self.set.intersection_update(Set([3, 4, 5]))
552 self.set.intersection_update(self.other)
555 self.set.intersection_update,
Dtest_weakset.py279 retval = self.s.intersection_update(self.items2)
286 self.assertRaises(TypeError, self.s.intersection_update, [[]])
/external/python/cpython3/Lib/test/
Dtest_set.py503 retval = self.s.intersection_update(self.otherword)
510 self.assertRaises(PassThru, self.s.intersection_update, check_pass_thru())
511 self.assertRaises(TypeError, self.s.intersection_update, [[]])
515 self.assertEqual(s.intersection_update(C(p)), None)
520 self.assertEqual(s.intersection_update(C(p), C(t)), None)
1168 self.set.intersection_update(set([3, 4, 5]))
1417 self.set.intersection_update(self.other)
1420 self.set.intersection_update,
Dtest_weakset.py260 retval = self.s.intersection_update(self.items2)
267 self.assertRaises(TypeError, self.s.intersection_update, [[]])
/external/python/cpython2/Doc/library/
Dsets.rst153 | ``s.intersection_update(t)`` | *s* &= *t* | return set *s* keeping only |
178 Note, the non-operator versions of :meth:`update`, :meth:`intersection_update`,
Dstdtypes.rst1959 .. method:: intersection_update(*others)
2004 :meth:`intersection_update`, :meth:`difference_update`, and
/external/fonttools/Lib/fontTools/subset/
D__init__.py2685 self.glyphs.intersection_update(realGlyphs)
2713 self.glyphs.intersection_update(realGlyphs)
2725 self.glyphs.intersection_update(realGlyphs)
2738 self.glyphs.intersection_update(realGlyphs)
2749 self.glyphs.intersection_update(realGlyphs)
2761 self.glyphs.intersection_update(realGlyphs)
/external/python/cpython2/Misc/NEWS.d/
D2.6b1.rst38 intersection(), intersection_update(), difference(), and
/external/fonttools/Lib/fontTools/varLib/
Dmerger.py381 s.intersection_update(class0)
/external/python/cpython3/Tools/c-analyzer/
DTODO362 …s/dictobject.c:_PyDictView_Intersect():PyId_intersection_update _Py_IDENTIFIER(intersection_update)
Dknown.tsv1177 …bject.c _PyDictView_Intersect PyId_intersection_update variable _Py_IDENTIFIER(intersection_update)
/external/python/cpython3/Doc/library/
Dstdtypes.rst4233 .. method:: intersection_update(*others)
4272 :meth:`intersection_update`, :meth:`difference_update`, and
/external/python/cpython2/Doc/whatsnew/
D2.3.rst69 :meth:`union_update` and :meth:`intersection_update`. ::
D2.6.rst1580 :meth:`intersection_update`,
/external/python/cpython3/Doc/whatsnew/
D2.3.rst69 :meth:`union_update` and :meth:`intersection_update`. ::
D2.6.rst1584 :meth:`intersection_update`,