Home
last modified time | relevance | path

Searched refs:ValueProxy (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_genericalias.py29 from multiprocessing.managers import ValueProxy namespace
34 ValueProxy = None variable
128 if ValueProxy is not None:
129 generic_types.extend((ValueProxy, ApplyResult, MPSimpleQueue))
/third_party/python/Lib/multiprocessing/
H A Dmanagers.py1138 class ValueProxy(BaseProxy): class
1224 SyncManager.register('Value', Value, ValueProxy)

Completed in 3 milliseconds