Home
last modified time | relevance | path

Searched defs:_from_iterable (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
D_abcoll.py189 def _from_iterable(cls, it): member in Set
446 def _from_iterable(self, it): member in KeysView
461 def _from_iterable(self, it): member in ItemsView
/external/python/cpython3/Lib/
D_collections_abc.py482 def _from_iterable(cls, it): member in Set
734 def _from_iterable(self, it): member in KeysView
752 def _from_iterable(self, it): member in ItemsView
/external/python/cpython3/Lib/test/
Dtest_collections.py1586 def _from_iterable(self, values): member in TestCollectionABCs.test_Set_from_iterable.SetUsingInstanceFromIterable