Home
last modified time | relevance | path

Searched refs:ItemsView (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
D_abcoll.py458 class ItemsView(MappingView, Set): class
477 ItemsView.register(type({}.viewitems()))
Dcollections.py244 return ItemsView(self)
/external/python/cpython2/Lib/test/
Dtest_dictviews.py188 self.assertIsInstance(d.viewitems(), collections.ItemsView)
/external/python/cpython2/Doc/library/
Dcollections.rst935 :class:`ItemsView` :class:`MappingView`, ``__contains__``,
977 ItemsView
/external/python/cpython2/Misc/
DNEWS5686 - Issue #9214: Set operations on KeysView or ItemsView in the collections