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