Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
D_collections_abc.py61 mappingproxy = type(type.__dict__) variable
/external/python/cpython3/Objects/
Ddescrobject.c1232 mappingproxyobject *mappingproxy; in mappingproxy_new_impl() local
/external/python/cpython3/Lib/test/
Dtest_types.py1032 mappingproxy = types.MappingProxyType variable in MappingProxyTests