Searched refs:DictProxy (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/idlelib/ |
D | RemoteDebugger.py | 234 dp = DictProxy(self._conn, self._oid, did) 255 class DictProxy: class
|
/external/python/cpython3/Lib/idlelib/ |
D | debugger_r.py | 238 dp = DictProxy(self._conn, self._oid, did) 259 class DictProxy: class
|
/external/python/cpython3/Lib/multiprocessing/ |
D | managers.py | 1136 DictProxy = MakeProxyType('DictProxy', ( variable 1141 DictProxy._method_to_typeid_ = { 1195 SyncManager.register('dict', dict, DictProxy)
|
/external/python/cpython2/Lib/multiprocessing/ |
D | managers.py | 1061 DictProxy = MakeProxyType('DictProxy', ( variable 1110 SyncManager.register('dict', dict, DictProxy)
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.1rc1.rst | 404 Fixed iterator of :class:`multiprocessing.managers.DictProxy`.
|