Home
last modified time | relevance | path

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

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