Home
last modified time | relevance | path

Searched refs:BaseListProxy (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py1045 BaseListProxy = MakeProxyType('BaseListProxy', ( variable
1052 class ListProxy(BaseListProxy):
/external/python/cpython3/Lib/multiprocessing/
Dmanagers.py1136 BaseListProxy = MakeProxyType('BaseListProxy', ( variable
1142 class ListProxy(BaseListProxy):