Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A D_collections_abc.py24 "MappingView", "KeysView", "ItemsView", "ValuesView",
788 return KeysView(self)
824 class KeysView(MappingView, Set): class
839 KeysView.register(dict_keys)
H A Dtyping.py72 'KeysView',
2723 KeysView = _alias(collections.abc.KeysView, 1) variable
/third_party/python/Lib/test/
H A Dtest_dictviews.py313 self.assertIsInstance(d.keys(), collections.abc.KeysView)
H A Dtest_genericalias.py112 KeysView, ItemsView, ValuesView,
H A Dtest_collections.py26 from collections.abc import Mapping, MutableMapping, KeysView, ItemsView, ValuesView namespace
1601 KeysView({1: nan, 2: obj}),
1864 self.assertIsInstance(mymap.keys(), KeysView)
H A Dtest_typing.py7965 typing.KeysView: 'KeysView',
8003 typing.KeysView[Any]: 'KeysView',
/third_party/python/Lib/collections/
H A D__init__.py58 class _OrderedDictKeysView(_collections_abc.KeysView):

Completed in 24 milliseconds