Searched defs:MutableMapping (Results 1 - 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/WebOb/webob/
H A Dheaders.py1 from collections import MutableMapping namespace
124 class EnvironHeaders(MutableMapping):
H A Dmultidict.py7 from collections import MutableMapping namespace
21 class MultiDict(MutableMapping):
222 MutableMapping.update(self, *args, **kw)
/external/opencv3/3rdparty/jinja2/
H A Dsandbox.py71 from collections import MutableSet, MutableMapping, MutableSequence namespace
73 _mutable_mapping_types += (MutableMapping,)
157 `MutableMapping`, and `MutableSequence`.
H A Dutils.py473 from collections import MutableMapping namespace
474 MutableMapping.register(LRUCache)

Completed in 101 milliseconds