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.py577 def _from_iterable(cls, it): member in Set
829 def _from_iterable(cls, it): member in KeysView
847 def _from_iterable(cls, it): member in ItemsView
/third_party/python/Lib/test/
Dtest_collections.py1625 def _from_iterable(self, values): member in TestCollectionABCs.test_Set_from_iterable.SetUsingInstanceFromIterable