Home
last modified time | relevance | path

Searched refs:ItemsView (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/
H A D_collections_abc.py24 "MappingView", "KeysView", "ItemsView", "ValuesView",
792 return ItemsView(self)
842 class ItemsView(MappingView, Set): class
864 ItemsView.register(dict_items)
H A Dtyping.py69 'ItemsView',
2724 ItemsView = _alias(collections.abc.ItemsView, 2) variable
/third_party/python/Lib/test/
H A Dtest_dictviews.py327 self.assertIsInstance(d.items(), collections.abc.ItemsView)
H A Dtest_genericalias.py112 KeysView, ItemsView, ValuesView,
H A Dtest_collections.py26 from collections.abc import Mapping, MutableMapping, KeysView, ItemsView, ValuesView namespace
1600 ItemsView({1: nan, 2: obj}),
1868 self.assertIsInstance(mymap.items(), ItemsView)
H A Dtest_typing.py7962 typing.ItemsView: 'ItemsView',
8000 typing.ItemsView[Any, Any]: 'ItemsView',
/third_party/python/Lib/collections/
H A D__init__.py63 class _OrderedDictItemsView(_collections_abc.ItemsView):

Completed in 24 milliseconds