Home
last modified time | relevance | path

Searched defs:ChainMap (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/collections/
D__init__.py952 class ChainMap(_collections_abc.MutableMapping): class
/third_party/python/Lib/
Dtyping.py2126 ChainMap = _alias(collections.ChainMap, 2) variable