Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
D_abcoll.py443 class KeysView(MappingView, Set): class
456 KeysView.register(type({}.viewkeys()))
Dcollections.py236 return KeysView(self)
/external/python/cpython2/Lib/test/
Dtest_dictviews.py177 self.assertIsInstance(d.viewkeys(), collections.KeysView)
/external/python/cpython2/Doc/library/
Dcollections.rst937 :class:`KeysView` :class:`MappingView`, ``__contains__``,
978 KeysView
/external/python/cpython2/Misc/
DNEWS5686 - Issue #9214: Set operations on KeysView or ItemsView in the collections