Home
last modified time | relevance | path

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

/third_party/python/Lib/
D_collections_abc.py619 def _from_iterable(cls, it): member in Set
871 def _from_iterable(self, it): member in KeysView
889 def _from_iterable(self, it): member in ItemsView
/third_party/python/Lib/test/
Dtest_collections.py1606 def _from_iterable(self, values): member in TestCollectionABCs.test_Set_from_iterable.SetUsingInstanceFromIterable