Home
last modified time | relevance | path

Searched defs:ItemsView (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
D_abcoll.py458 class ItemsView(MappingView, Set): class
/external/python/cpython3/Lib/
D_collections_abc.py725 class ItemsView(MappingView, Set): class
Dtyping.py1239 ItemsView = _alias(collections.abc.ItemsView, (KT, VT_co)) variable