Searched defs:UserDict (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/jinja2/
H A D_compat.py115 import UserDict namespace
116 mapping_types = (UserDict.UserDict, UserDict.DictMixin, dict)
H A Dsandbox.py55 from UserDict import UserDict, DictMixin namespace
57 _mutable_mapping_types += (UserDict, DictMixin)
155 the "user"-versions of the objects (`sets.Set`, `UserDict.*` etc.) and
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
H A Dircbot.py28 from UserDict import UserDict namespace
292 if self.__class__ is UserDict:
293 return UserDict(self.data)

Completed in 79 milliseconds