Home
last modified time | relevance | path

Searched refs:DictProxy (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/idlelib/
Ddebugger_r.py238 dp = DictProxy(self._conn, self._oid, did)
259 class DictProxy: class
/third_party/python/Lib/multiprocessing/
Dmanagers.py1160 DictProxy = MakeProxyType('DictProxy', ( variable
1165 DictProxy._method_to_typeid_ = {
1219 SyncManager.register('dict', dict, DictProxy)
/third_party/python/Misc/NEWS.d/
D3.10.0b4.rst378 ``AutoProxy[Queue]`` inside ``ListProxy`` and ``DictProxy``
D3.8.0a1.rst3286 Fixed iterator of :class:`multiprocessing.managers.DictProxy`.