Searched defs:_from_iterable (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | _abcoll.py | 189 def _from_iterable(cls, it): member in Set |
/external/python/cpython3/Lib/ | ||
D | _collections_abc.py | 482 def _from_iterable(cls, it): member in Set |
/external/python/cpython3/Lib/test/ | ||
D | test_collections.py | 1586 def _from_iterable(self, values): member in TestCollectionABCs.test_Set_from_iterable.SetUsingInstanceFromIterable |