Home
last modified time | relevance | path

Searched refs:ValueProxy (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_genericalias.py25 from multiprocessing.managers import ValueProxy
80 ValueProxy, ApplyResult,
/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py1036 class ValueProxy(BaseProxy): class
1111 SyncManager.register('Value', Value, ValueProxy)
/external/python/cpython3/Lib/multiprocessing/
Dmanagers.py1125 class ValueProxy(BaseProxy): class
1211 SyncManager.register('Value', Value, ValueProxy)