Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DRemoteDebugger.py234 dp = DictProxy(self._conn, self._oid, did)
255 class DictProxy: class
/external/python/cpython3/Lib/idlelib/
Ddebugger_r.py238 dp = DictProxy(self._conn, self._oid, did)
259 class DictProxy: class
/external/python/cpython3/Lib/multiprocessing/
Dmanagers.py1136 DictProxy = MakeProxyType('DictProxy', ( variable
1141 DictProxy._method_to_typeid_ = {
1195 SyncManager.register('dict', dict, DictProxy)
/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py1061 DictProxy = MakeProxyType('DictProxy', ( variable
1110 SyncManager.register('dict', dict, DictProxy)
/external/python/cpython3/Misc/NEWS.d/
D3.7.1rc1.rst404 Fixed iterator of :class:`multiprocessing.managers.DictProxy`.