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